diff options
Diffstat (limited to 'Test/test2/Call.bpl')
-rw-r--r-- | Test/test2/Call.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test2/Call.bpl b/Test/test2/Call.bpl index 02902b0a..bf2690cc 100644 --- a/Test/test2/Call.bpl +++ b/Test/test2/Call.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"
procedure Bar() returns (barresult: ref);
procedure Foo();
|