From d652155ae013f36a1ee17653a8e458baad2d9c2c Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 23:14:18 -0600 Subject: Merging complete. Everything looks good *crosses fingers* --- Test/test20/Coercions.bpl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'Test/test20/Coercions.bpl') diff --git a/Test/test20/Coercions.bpl b/Test/test20/Coercions.bpl index 0ad114a6..5487f33a 100644 --- a/Test/test20/Coercions.bpl +++ b/Test/test20/Coercions.bpl @@ -1,19 +1,19 @@ -// RUN: %boogie -noVerify "%s" > "%t" -// RUN: %diff "%s.expect" "%t" - - -type C, D, E _; - -const x:int; -const c:C; -const d:D; - -axiom (x:int > 0); -axiom (x:int < 0); -axiom (x:E [a]int < 0); // impossible coercion - -axiom (c:D == d); // impossible coercion - -axiom (15:D == d); // impossible coercion -axiom (15:E int == d); // impossible coercion -axiom ((18*15):int == 0); +// RUN: %boogie -noVerify "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + + +type C, D, E _; + +const x:int; +const c:C; +const d:D; + +axiom (x:int > 0); +axiom (x:int < 0); +axiom (x:E [a]int < 0); // impossible coercion + +axiom (c:D == d); // impossible coercion + +axiom (15:D == d); // impossible coercion +axiom (15:E int == d); // impossible coercion +axiom ((18*15):int == 0); -- cgit v1.2.3