summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test15/NullInModel.bpl')
-rw-r--r--Test/test15/NullInModel.bpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/Test/test15/NullInModel.bpl b/Test/test15/NullInModel.bpl
index aa68b763..560f2952 100644
--- a/Test/test15/NullInModel.bpl
+++ b/Test/test15/NullInModel.bpl
@@ -1,7 +1,7 @@
-// RUN: %boogie -printModel:2 "%s" > "%t"
-// RUN: %diff "%s.expect" "%t"
-procedure M (s: ref) {
- assert s != null;
-}
-type ref;
-const null: ref;
+// RUN: %boogie -printModel:2 "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+procedure M (s: ref) {
+ assert s != null;
+}
+type ref;
+const null: ref;