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