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/test1/AssumptionVariables1.bpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Test/test1/AssumptionVariables1.bpl') diff --git a/Test/test1/AssumptionVariables1.bpl b/Test/test1/AssumptionVariables1.bpl index 3125650c..918a9b63 100644 --- a/Test/test1/AssumptionVariables1.bpl +++ b/Test/test1/AssumptionVariables1.bpl @@ -1,6 +1,6 @@ -// RUN: %boogie -noVerify "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -procedure Test0() -{ - var {:assumption} a0: int; // error -} +// RUN: %boogie -noVerify "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +procedure Test0() +{ + var {:assumption} a0: int; // error +} -- cgit v1.2.3