summaryrefslogtreecommitdiff
path: root/Test/hofs/VectorUpdate.dfy
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2016-03-01 15:37:54 -0800
committerGravatar Rustan Leino <unknown>2016-03-01 15:37:54 -0800
commit1f38d2d252aaac3d55191e6c3dad46ecffdfee2c (patch)
treed5464a61a72688259cd85ae36063ec2f31fe5fdb /Test/hofs/VectorUpdate.dfy
parent9f4d81cb7056501547a5116796a3112da8054433 (diff)
Revised the $Is and $IsAlloc axioms for arrow terms. It is now possible to
derived these predicates. More things can now be verified (including the problem reported in Issue #49).
Diffstat (limited to 'Test/hofs/VectorUpdate.dfy')
-rw-r--r--Test/hofs/VectorUpdate.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/hofs/VectorUpdate.dfy b/Test/hofs/VectorUpdate.dfy
index ca6b20b3..6fb25a87 100644
--- a/Test/hofs/VectorUpdate.dfy
+++ b/Test/hofs/VectorUpdate.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:3 "%s" > "%t"
+// RUN: %dafny /compile:3 /autoTriggers:1 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// this is a rather verbose version of the VectorUpdate method