From 1058d935425fa9c9544fbf18dad184cd8333e0d9 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Mon, 27 Apr 2015 09:41:09 -0600 Subject: modified the third float_test slightly --- float_test3.bpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'float_test3.bpl') diff --git a/float_test3.bpl b/float_test3.bpl index cd0ea59e..1b70ebf4 100644 --- a/float_test3.bpl +++ b/float_test3.bpl @@ -2,5 +2,5 @@ var x : float; var y : float; y := x - x; - assert y != x; + assert y == x; } \ No newline at end of file -- cgit v1.2.3