diff options
author | Rustan Leino <leino@microsoft.com> | 2012-01-04 15:10:03 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-01-04 15:10:03 -0800 |
commit | d9de0e5c94b7077830c7c9f92ac234bca8137f0d (patch) | |
tree | e9434431500c35548373691753c5cba7012e2133 /Test/dafny0/runtest.bat | |
parent | a48ad2338c6f4f162f89c50000d223a1b8a378b7 (diff) |
Dafny: disengaged old refinement test files
Diffstat (limited to 'Test/dafny0/runtest.bat')
-rw-r--r-- | Test/dafny0/runtest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/runtest.bat b/Test/dafny0/runtest.bat index 7761b47d..c4bc5d82 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/runtest.bat @@ -18,7 +18,7 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy Comprehensions.dfy Basics.dfy ControlStructures.dfy
Termination.dfy DTypes.dfy ParallelResolveErrors.dfy Parallel.dfy
TypeParameters.dfy Datatypes.dfy TypeAntecedents.dfy SplitExpr.dfy
- Refinement.dfy RefinementErrors.dfy LoopModifies.dfy
+ LoopModifies.dfy
ReturnErrors.dfy ReturnTests.dfy ChainingDisjointTests.dfy
CallStmtTests.dfy MultiSets.dfy PredExpr.dfy LetExpr.dfy) do (
echo.
|