summaryrefslogtreecommitdiff
path: root/Test/test20/TypeSynonyms0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test20/TypeSynonyms0.bpl')
-rw-r--r--Test/test20/TypeSynonyms0.bpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/test20/TypeSynonyms0.bpl b/Test/test20/TypeSynonyms0.bpl
index f43366f2..1703f4a7 100644
--- a/Test/test20/TypeSynonyms0.bpl
+++ b/Test/test20/TypeSynonyms0.bpl
@@ -1,7 +1,7 @@
-// RUN: %boogie -noVerify %s > %t
-// RUN: %diff %s.expect %t
-// RUN: %boogie -noVerify -print:- -env:0 %s > %t
-// RUN: %diff %s.print.expect %t
+// RUN: %boogie -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+// RUN: %boogie -noVerify -print:- -env:0 "%s" > "%t"
+// RUN: %diff "%s.print.expect" "%t"
type Set a = [a]bool;