summaryrefslogtreecommitdiff
path: root/Test/dafny0/LhsDuplicates.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/LhsDuplicates.dfy')
-rw-r--r--Test/dafny0/LhsDuplicates.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/LhsDuplicates.dfy b/Test/dafny0/LhsDuplicates.dfy
index 6a84c5a5..8a57f6ce 100644
--- a/Test/dafny0/LhsDuplicates.dfy
+++ b/Test/dafny0/LhsDuplicates.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" /autoTriggers:0 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
class MyClass<T> {