diff options
author | Rustan Leino <leino@microsoft.com> | 2011-10-24 13:51:47 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-10-24 13:51:47 -0700 |
commit | b0970a64f59da200f1cb61c3a912c19d02785672 (patch) | |
tree | b7ad8b64dae8a82031e0b35298588208f54ea394 /Test/dafny0/runtest.bat | |
parent | 00532f53208f3f3d302ac20651baaf05d9e953fd (diff) |
Dafny: continued translation of "parallel" statements (Assign and Proof forms are mostly there, Call is missing and so is compilation)
Dafny: included some test cases for the "parallel" statement
Dafny: starting changing old "foreach" statements to the new "parallel" statement
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 bfa88b54..a670ced5 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/runtest.bat @@ -16,7 +16,7 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy Array.dfy MultiDimArray.dfy NonGhostQuantifiers.dfy AdvancedLHS.dfy
Modules0.dfy Modules1.dfy BadFunction.dfy
Comprehensions.dfy Basics.dfy ControlStructures.dfy
- Termination.dfy DTypes.dfy
+ Termination.dfy DTypes.dfy Parallel.dfy
TypeParameters.dfy Datatypes.dfy TypeAntecedents.dfy SplitExpr.dfy
Refinement.dfy RefinementErrors.dfy LoopModifies.dfy
ReturnErrors.dfy ReturnTests.dfy ChainingDisjointTests.dfy
|