diff options
Diffstat (limited to 'Test/livevars/bla1.bpl')
-rw-r--r-- | Test/livevars/bla1.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/livevars/bla1.bpl b/Test/livevars/bla1.bpl index 97ae746a..669f8571 100644 --- a/Test/livevars/bla1.bpl +++ b/Test/livevars/bla1.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noinfer -useArrayTheory %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -useArrayTheory "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
var __storm_thread_done_0 : bool;
var __storm_thread_done_1 : bool;
var __storm_thread_done_2 : bool;
|