summaryrefslogtreecommitdiff
path: root/Test/smoke/smoke0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/smoke/smoke0.bpl')
-rw-r--r--Test/smoke/smoke0.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/smoke/smoke0.bpl b/Test/smoke/smoke0.bpl
index 7fb4f6fe..87531c8d 100644
--- a/Test/smoke/smoke0.bpl
+++ b/Test/smoke/smoke0.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -smoke %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -smoke "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure a(x:int)
{
var y : int;