summaryrefslogtreecommitdiff
path: root/Test/test15/CaptureState.bpl
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 01:19:17 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 01:19:17 +0000
commit83059c03c7a73b319d9fc24d053ce6b2319f330c (patch)
tree38b06278f3c6cfac29a571ac4a886edb16d39c37 /Test/test15/CaptureState.bpl
parent9a032278736765e35ac825647a994cd66d9be668 (diff)
Add missing Clone() when storing incarnation maps; update testcase to make this clear
Construct states in Model properly, nuke direct printing.
Diffstat (limited to 'Test/test15/CaptureState.bpl')
-rw-r--r--Test/test15/CaptureState.bpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/test15/CaptureState.bpl b/Test/test15/CaptureState.bpl
index 7c73c411..7635ecdc 100644
--- a/Test/test15/CaptureState.bpl
+++ b/Test/test15/CaptureState.bpl
@@ -22,5 +22,6 @@ procedure P(this: Ref, x: int, y: int) returns (r: int)
assume {:captureState "postUpdate1"} true;
}
r := m + m;
+ m := 7;
assume {:captureState "end"} true;
}