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/bitvectors/bv5.bpl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Test/bitvectors/bv5.bpl') diff --git a/Test/bitvectors/bv5.bpl b/Test/bitvectors/bv5.bpl index 73dff1ad..048bc315 100644 --- a/Test/bitvectors/bv5.bpl +++ b/Test/bitvectors/bv5.bpl @@ -1,13 +1,13 @@ -// RUN: %boogie "%s" > "%t" -// RUN: %diff "%s.expect" "%t" - -procedure P() returns () { - var m : [a]int; - - m[23bv5] := 17; - m[21bv5] := 19; - m[21bv6] := -3; - - assert m[23bv5] == 17; - assert m[21bv6] == 3; // should not be provable -} +// RUN: %boogie "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + +procedure P() returns () { + var m : [a]int; + + m[23bv5] := 17; + m[21bv5] := 19; + m[21bv6] := -3; + + assert m[23bv5] == 17; + assert m[21bv6] == 3; // should not be provable +} -- cgit v1.2.3