From 0324757fb1a12d76861a51be988690bf8de75f64 Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Wed, 14 Oct 2015 12:57:50 -0600 Subject: Modified translation so that z3 runs with type checking for simple binary operations --- float_test5.bpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'float_test5.bpl') diff --git a/float_test5.bpl b/float_test5.bpl index be72b988..2661a736 100644 --- a/float_test5.bpl +++ b/float_test5.bpl @@ -1,4 +1,4 @@ procedure F() returns () { var x : float; - assert x - x == fp(0); + assert x - x == fp(0.0); } \ No newline at end of file -- cgit v1.2.3