summaryrefslogtreecommitdiff
path: root/Test/test15/CaptureState.bpl
diff options
context:
space:
mode:
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;
}