summaryrefslogtreecommitdiff
path: root/float_test5.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'float_test5.bpl')
-rw-r--r--float_test5.bpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/float_test5.bpl b/float_test5.bpl
index c3d279f2..be72b988 100644
--- a/float_test5.bpl
+++ b/float_test5.bpl
@@ -1,5 +1,4 @@
- procedure F() returns () {
+procedure F() returns () {
var x : float;
- var y : float;
- assert x + y == fp(0);
+ assert x - x == fp(0);
} \ No newline at end of file