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/test2/OldIllegal.bpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Test/test2/OldIllegal.bpl') diff --git a/Test/test2/OldIllegal.bpl b/Test/test2/OldIllegal.bpl index b9f7bd75..0a9b9b54 100644 --- a/Test/test2/OldIllegal.bpl +++ b/Test/test2/OldIllegal.bpl @@ -1,18 +1,18 @@ -// RUN: %boogie -noinfer "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -// Test old appearing in illegal locations - -var Global0: int; - -// Bad -procedure OldInCode1() - requires old(Global0) == 0; -{ - start: - return; -} - -// Bad -axiom (forall o:ref :: old(o) == o); - -type ref; +// RUN: %boogie -noinfer "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +// Test old appearing in illegal locations + +var Global0: int; + +// Bad +procedure OldInCode1() + requires old(Global0) == 0; +{ + start: + return; +} + +// Bad +axiom (forall o:ref :: old(o) == o); + +type ref; -- cgit v1.2.3