summaryrefslogtreecommitdiff
path: root/Test/floats/float13.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/floats/float13.bpl')
-rw-r--r--Test/floats/float13.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/floats/float13.bpl b/Test/floats/float13.bpl
index 4aab608a..9c99a30b 100644
--- a/Test/floats/float13.bpl
+++ b/Test/floats/float13.bpl
@@ -17,7 +17,7 @@ procedure main() returns () {
assert(f == fc);
f := -0e126f24e8;
- fc := TO_FLOAT32_REAL(0.5);
+ fc := TO_FLOAT32_REAL(-0.5);
assert(f == fc);
f := 1048576e128f24e8;