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