summaryrefslogtreecommitdiff
path: root/Test/hofs/Examples.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/hofs/Examples.dfy')
-rw-r--r--Test/hofs/Examples.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/hofs/Examples.dfy b/Test/hofs/Examples.dfy
index c31b68da..be2672f5 100644
--- a/Test/hofs/Examples.dfy
+++ b/Test/hofs/Examples.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:0 /print:"%t.print" "%s" > "%t"
+// RUN: %dafny /print:"%t.print" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
function Apply(f: A -> B, x: A): B