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