summaryrefslogtreecommitdiff
path: root/Test/irondafny0/LIFO.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/irondafny0/LIFO.dfy')
-rw-r--r--Test/irondafny0/LIFO.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/irondafny0/LIFO.dfy b/Test/irondafny0/LIFO.dfy
index bac08fba..8c0a08e8 100644
--- a/Test/irondafny0/LIFO.dfy
+++ b/Test/irondafny0/LIFO.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /ironDafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
include "Queue.dfyi"