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/ProcParamReordering.bpl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Test/test20/ProcParamReordering.bpl') diff --git a/Test/test20/ProcParamReordering.bpl b/Test/test20/ProcParamReordering.bpl index 2532964f..225eed33 100644 --- a/Test/test20/ProcParamReordering.bpl +++ b/Test/test20/ProcParamReordering.bpl @@ -1,17 +1,17 @@ -// RUN: %boogie -noVerify "%s" > "%t" -// RUN: %diff "%s.expect" "%t" - -type C _; - - -procedure P(x : a, y : b) returns (); - -implementation P(x : a, y : b) returns () {} - -implementation P(a : c, b : d) returns () {} - -implementation P(a : c, b : d) returns () {} - -implementation P(a : c, b : C d) returns () {} - +// RUN: %boogie -noVerify "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + +type C _; + + +procedure P(x : a, y : b) returns (); + +implementation P(x : a, y : b) returns () {} + +implementation P(a : c, b : d) returns () {} + +implementation P(a : c, b : d) returns () {} + +implementation P(a : c, b : C d) returns () {} + implementation P(x : a, y : a) returns () {} \ No newline at end of file -- cgit v1.2.3