summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug136.dfy
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-02-26 11:06:11 -0800
committerGravatar qunyanm <unknown>2016-02-26 11:06:11 -0800
commit62f42e257fd72498e692c7ce8aaee339ad5322e6 (patch)
tree98eb7f38ccc09ec701b15dc81d36c0508f072ce0 /Test/dafny4/Bug136.dfy
parent273a5368fb5b7e919011c3774317c302d1bad87d (diff)
Fix test failure. Print the resulting boogie code to a file instead
of console.
Diffstat (limited to 'Test/dafny4/Bug136.dfy')
-rw-r--r--Test/dafny4/Bug136.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny4/Bug136.dfy b/Test/dafny4/Bug136.dfy
index 5f3cde69..97c9e389 100644
--- a/Test/dafny4/Bug136.dfy
+++ b/Test/dafny4/Bug136.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:0 /print:- "%s" > "%t"
+// RUN: %dafny /compile:0 /print:"%t.print" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
method test()