summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2015-12-15 10:42:41 -0800
committerGravatar qunyanm <unknown>2015-12-15 10:42:41 -0800
commitd1b680b7e97bd81ed682271717b4f073603bfe75 (patch)
tree2b98cd613150b1af7a0cf66a3296deb20bab3a24
parent18a231edf04437a0748d542d3114ed79899aa363 (diff)
Add /autoTriggers:1 to remove the undeterminateness of proof search.
-rw-r--r--Test/VerifyThis2015/Problem1.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/VerifyThis2015/Problem1.dfy b/Test/VerifyThis2015/Problem1.dfy
index 67eeba07..1b54e918 100644
--- a/Test/VerifyThis2015/Problem1.dfy
+++ b/Test/VerifyThis2015/Problem1.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /compile:3 /autoTriggers:1 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// Rustan Leino