diff options
Diffstat (limited to 'Test/test2/FreeCall.bpl')
-rw-r--r-- | Test/test2/FreeCall.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test2/FreeCall.bpl b/Test/test2/FreeCall.bpl index aaaba3ac..16f182d9 100644 --- a/Test/test2/FreeCall.bpl +++ b/Test/test2/FreeCall.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"
// Test the implementation of free calls. These calls don't check the preconditions of the
// called procedure in the caller.
|