summaryrefslogtreecommitdiff
path: root/Test/hofs/VectorUpdate.dfy
diff options
context:
space:
mode:
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