diff options
author | qunyanm <unknown> | 2015-12-15 10:42:41 -0800 |
---|---|---|
committer | qunyanm <unknown> | 2015-12-15 10:42:41 -0800 |
commit | d1b680b7e97bd81ed682271717b4f073603bfe75 (patch) | |
tree | 2b98cd613150b1af7a0cf66a3296deb20bab3a24 /Test | |
parent | 18a231edf04437a0748d542d3114ed79899aa363 (diff) |
Add /autoTriggers:1 to remove the undeterminateness of proof search.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/VerifyThis2015/Problem1.dfy | 2 |
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
|