summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots1.v1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots1.v1.bpl')
-rw-r--r--Test/snapshots/Snapshots1.v1.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/snapshots/Snapshots1.v1.bpl b/Test/snapshots/Snapshots1.v1.bpl
index c0014a03..9fbe44af 100644
--- a/Test/snapshots/Snapshots1.v1.bpl
+++ b/Test/snapshots/Snapshots1.v1.bpl
@@ -1,6 +1,6 @@
procedure {:checksum "P1$proc#0"} P1();
// Action: skip
-implementation {:checksum "P1$impl#0"} P1()
+implementation {:id "P1"} {:checksum "P1$impl#0"} P1()
{
call P2();
}
@@ -8,7 +8,7 @@ implementation {:checksum "P1$impl#0"} P1()
procedure {:checksum "P2$proc#0"} P2();
// Action: verify
-implementation {:checksum "P2$impl#1"} P2()
+implementation {:id "P2"} {:checksum "P2$impl#1"} P2()
{
assert 2 != 2;
}