summaryrefslogtreecommitdiff
path: root/Test/datatypes/t1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/datatypes/t1.bpl')
-rw-r--r--Test/datatypes/t1.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/datatypes/t1.bpl b/Test/datatypes/t1.bpl
index 77276bb8..f0488639 100644
--- a/Test/datatypes/t1.bpl
+++ b/Test/datatypes/t1.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -typeEncoding:m %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -typeEncoding:m "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
type TT;
type {:datatype} Tree;
function {:constructor} leaf() : Tree;