summaryrefslogtreecommitdiff
path: root/Test/test0/PrettyPrint.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/PrettyPrint.bpl')
-rw-r--r--Test/test0/PrettyPrint.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/test0/PrettyPrint.bpl b/Test/test0/PrettyPrint.bpl
index 8aa25d33..c79eff80 100644
--- a/Test/test0/PrettyPrint.bpl
+++ b/Test/test0/PrettyPrint.bpl
@@ -1,4 +1,4 @@
-// RUN: %boogie -noVerify -printInstrumented "%s" > "%t"
+// RUN: %boogie -pretty:0 -noVerify -printInstrumented "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
const x: int;
const y: int;