summaryrefslogtreecommitdiff
path: root/float_test6.bpl
diff options
context:
space:
mode:
authorGravatar Dietrich <dgeisler50@gmail.com>2015-05-07 14:09:39 -0600
committerGravatar Dietrich <dgeisler50@gmail.com>2015-05-07 14:09:39 -0600
commitc55533de9fc0b0bcc47cfca5fd26de93afac4d3b (patch)
treedded2af4f57cef67e36e74a727ce863ffd537fe3 /float_test6.bpl
parentf9df0e2ea8e0b03352f5bbba54f091f2ee25b161 (diff)
Made significant changes to internal representation of BigFloat. Remains a work in progress
Diffstat (limited to 'float_test6.bpl')
-rw-r--r--float_test6.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/float_test6.bpl b/float_test6.bpl
index 532798d6..12cfbabe 100644
--- a/float_test6.bpl
+++ b/float_test6.bpl
@@ -1,5 +1,5 @@
procedure F() returns () {
var x : float;
- x := fp (1.5);
- assert x == fp (1 0 23 8);
+ x := fp (3);
+ assert x == fp (8388608 1 23 8);
} \ No newline at end of file