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/LambdaPoly.bpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/test2/LambdaPoly.bpl') diff --git a/Test/test2/LambdaPoly.bpl b/Test/test2/LambdaPoly.bpl index a850d43b..9bbab100 100644 --- a/Test/test2/LambdaPoly.bpl +++ b/Test/test2/LambdaPoly.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noinfer "%s" > "%t" -// RUN: %diff "%s.expect" "%t" +// RUN: %boogie -noinfer "%s" > "%t" +// RUN: %diff "%s.expect" "%t" type set a = [a]bool; function union(a:set T, b:set T) : set T; axiom (forall a,b:set T :: union(a,b) == (lambda x:T :: a[x] || b[x])); -- cgit v1.2.3