summaryrefslogtreecommitdiff
path: root/Test/VSComp2010
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-28 23:13:38 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-28 23:13:38 -0700
commit4fe2619c267b0330dc3ceaca761256794094d3cc (patch)
treed6ccb34ea301b01515bc5ae91f873ee61ba1e60e /Test/VSComp2010
parent6b1085d784e3773ad9ccbae5bd6b158c97095edc (diff)
Fix some tests by locally disabling auto triggers
Diffstat (limited to 'Test/VSComp2010')
-rw-r--r--Test/VSComp2010/Problem2-Invert.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/VSComp2010/Problem2-Invert.dfy b/Test/VSComp2010/Problem2-Invert.dfy
index 274d86de..0cf93061 100644
--- a/Test/VSComp2010/Problem2-Invert.dfy
+++ b/Test/VSComp2010/Problem2-Invert.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:0 "%s" > "%t"
+// RUN: %dafny /compile:0 /autoTriggers:0 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// VSComp 2010, problem 2, compute the inverse 'B' of a permutation 'A' and prove that 'B' is