diff options
Diffstat (limited to 'Test/snapshots/Snapshots2.v2.bpl')
-rw-r--r-- | Test/snapshots/Snapshots2.v2.bpl | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Test/snapshots/Snapshots2.v2.bpl b/Test/snapshots/Snapshots2.v2.bpl index 567191d3..88865e75 100644 --- a/Test/snapshots/Snapshots2.v2.bpl +++ b/Test/snapshots/Snapshots2.v2.bpl @@ -1,13 +1,13 @@ -procedure {:checksum "P0$proc#2"} P0();
-requires F0();
-// Action: verify (procedure changed)
-implementation {:id "P0"} {:checksum "P0$impl#0"} P0()
-{
- call P0();
-}
-
-
-function {:checksum "F0#0"} F0() : bool
-{
- true
-}
+procedure {:checksum "P0$proc#2"} P0(); +requires F0(); +// Action: verify (procedure changed) +implementation {:id "P0"} {:checksum "P0$impl#0"} P0() +{ + call P0(); +} + + +function {:checksum "F0#0"} F0() : bool +{ + true +} |