summaryrefslogtreecommitdiff
path: root/Test/floats/float0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/floats/float0.bpl')
-rw-r--r--Test/floats/float0.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/floats/float0.bpl b/Test/floats/float0.bpl
index b1a240be..1a642835 100644
--- a/Test/floats/float0.bpl
+++ b/Test/floats/float0.bpl
@@ -1,6 +1,6 @@
// RUN: %boogie -proverWarnings:1 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-procedure foo(x : real) returns (r : float<8, 24>)
+procedure foo(x : real) returns (r : float8e24)
{
r := 15; // Error
r := 15.0; // Error