diff options
Diffstat (limited to 'Test/test20/Prog2.bpl')
-rw-r--r-- | Test/test20/Prog2.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test20/Prog2.bpl b/Test/test20/Prog2.bpl index c186eafc..79555d28 100644 --- a/Test/test20/Prog2.bpl +++ b/Test/test20/Prog2.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
function union(<a> [a] bool, <a> [a] bool) returns (<a> [a] bool);
axiom (forall<alpha> // error: alpha has to occur in dummy types
|