diff options
author | Rustan Leino <leino@microsoft.com> | 2011-05-21 23:57:44 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-05-21 23:57:44 -0700 |
commit | 87d1a39324891e5556149c7798b3b14973c93d52 (patch) | |
tree | 44457c19999bcf8fb7fb6b06f2addd91f8aeba47 /Test/dafny0/runtest.bat | |
parent | 9dbf2a6ce1e130f634c27da7bc300001e28aedaf (diff) |
Dafny: allow class names to be used when referring to static functions (and, soon, methods), and test cases for new name resolution rules
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 16bc0e2b..22221a15 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/runtest.bat @@ -15,7 +15,7 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy FunctionSpecifications.dfy ResolutionErrors.dfy
Array.dfy MultiDimArray.dfy NonGhostQuantifiers.dfy AdvancedLHS.dfy
Modules0.dfy Modules1.dfy BadFunction.dfy
- Comprehensions.dfy ControlStructures.dfy
+ Comprehensions.dfy Basics.dfy ControlStructures.dfy
Termination.dfy Use.dfy DTypes.dfy
TypeParameters.dfy Datatypes.dfy TypeAntecedents.dfy SplitExpr.dfy
Refinement.dfy RefinementErrors.dfy) do (
|