summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots2.v1.bpl
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-07-30 11:17:56 -0700
committerGravatar wuestholz <unknown>2013-07-30 11:17:56 -0700
commitef007fa516b790fedb2f5430c4069fbb8d1bbb58 (patch)
treeab5443300d6feb239737bb0a1644fdb5e829d7e5 /Test/snapshots/Snapshots2.v1.bpl
parentd70a3a552654ca0346570131c0fd113185335389 (diff)
Make the dependency analysis for snapshot verification take 'where' clauses into account.
Diffstat (limited to 'Test/snapshots/Snapshots2.v1.bpl')
-rw-r--r--Test/snapshots/Snapshots2.v1.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/snapshots/Snapshots2.v1.bpl b/Test/snapshots/Snapshots2.v1.bpl
index a00bdecb..1dec4954 100644
--- a/Test/snapshots/Snapshots2.v1.bpl
+++ b/Test/snapshots/Snapshots2.v1.bpl
@@ -1,6 +1,6 @@
procedure {:checksum "P0$proc#0"} P0();
// Action: skip
-implementation {:checksum "P0$impl#0"} P0()
+implementation {:id "P0"} {:checksum "P0$impl#0"} P0()
{
call P0();
}