From af8621462cf6b25a6dd29b63ed251629109d6bfb Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Sat, 16 Jul 2016 02:49:06 -0600 Subject: Changed the syntax reading of the float type --- Test/floats/float0.bpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') 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 -- cgit v1.2.3