summaryrefslogtreecommitdiff
path: root/Test/dafny0/DirtyLoops.dfy
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-06-08 18:44:21 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-06-08 18:44:21 -0700
commit31788cd65340522fbc7dd84cd8d7192ccb8e6d91 (patch)
treecc28e32343dccabc8807c8bdeaacb3b4ac8e0006 /Test/dafny0/DirtyLoops.dfy
parent52b326d009545af9dbf44ec54e7ce9d610414517 (diff)
Fix lit headers implicitly relying on bash-style constructs
Window's batch doesn't recognize ";" as a command separator; lit has a workaround for that, bu it's just as simple to do the right thing on our side.
Diffstat (limited to 'Test/dafny0/DirtyLoops.dfy')
-rw-r--r--Test/dafny0/DirtyLoops.dfy3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny0/DirtyLoops.dfy b/Test/dafny0/DirtyLoops.dfy
index 265fadb5..1a61a7e6 100644
--- a/Test/dafny0/DirtyLoops.dfy
+++ b/Test/dafny0/DirtyLoops.dfy
@@ -1,4 +1,5 @@
-// RUN: %dafny /compile:0 /dprint:"%t.dprint.dfy" "%s" > "%t"; %dafny /noVerify /compile:1 "%t.dprint.dfy" >> "%t"
+// RUN: %dafny /compile:0 /dprint:"%t.dprint.dfy" "%s" > "%t"
+// RUN: %dafny /noVerify /compile:1 "%t.dprint.dfy" >> "%t"
// RUN: %diff "%s.expect" "%t"
class MyClass {