summaryrefslogtreecommitdiff
path: root/Test/test0/WhereParsing2.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/WhereParsing2.bpl')
-rw-r--r--Test/test0/WhereParsing2.bpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/test0/WhereParsing2.bpl b/Test/test0/WhereParsing2.bpl
index e7a0bd62..192b1720 100644
--- a/Test/test0/WhereParsing2.bpl
+++ b/Test/test0/WhereParsing2.bpl
@@ -1,4 +1,4 @@
-// RUN: %boogie -noVerify "%s" > "%t"
-// RUN: %diff "%s.expect" "%t"
-const x: int where x < 0; // error: where clauses not allowed on constants
-
+// RUN: %boogie -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+const x: int where x < 0; // error: where clauses not allowed on constants
+