diff options
author | Rustan Leino <leino@microsoft.com> | 2012-01-05 14:12:52 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-01-05 14:12:52 -0800 |
commit | 66a3f49f71dff8091919967b8dc49468435fdb00 (patch) | |
tree | 38d57ea677b6ff1de0af4bbced7fa711117077ae /Test/dafny0/runtest.bat | |
parent | ea80326b2b2744221e5635b423ad6c6afe0845c7 (diff) |
Dafny: firmed up the module system
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 c4bc5d82..5b135190 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/runtest.bat @@ -14,7 +14,7 @@ for %%f in (Simple.dfy) do ( for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy
FunctionSpecifications.dfy ResolutionErrors.dfy ParseErrors.dfy
Array.dfy MultiDimArray.dfy NonGhostQuantifiers.dfy AdvancedLHS.dfy
- Modules0.dfy Modules1.dfy BadFunction.dfy
+ ModulesCycle.dfy Modules0.dfy Modules1.dfy BadFunction.dfy
Comprehensions.dfy Basics.dfy ControlStructures.dfy
Termination.dfy DTypes.dfy ParallelResolveErrors.dfy Parallel.dfy
TypeParameters.dfy Datatypes.dfy TypeAntecedents.dfy SplitExpr.dfy
|