diff options
Diffstat (limited to 'Test/snapshots/Snapshots35.v1.bpl')
-rw-r--r-- | Test/snapshots/Snapshots35.v1.bpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Test/snapshots/Snapshots35.v1.bpl b/Test/snapshots/Snapshots35.v1.bpl index bec381af..605a862a 100644 --- a/Test/snapshots/Snapshots35.v1.bpl +++ b/Test/snapshots/Snapshots35.v1.bpl @@ -1,6 +1,6 @@ -procedure {:checksum "2"} P(b: bool);
-
-implementation {:id "P"} {:checksum "1"} P(p: bool)
-{
- assert p;
-}
+procedure {:checksum "2"} P(b: bool); + +implementation {:id "P"} {:checksum "1"} P(p: bool) +{ + assert p; +} |