summaryrefslogtreecommitdiff
path: root/Test/havoc0/MouCreateClassObject.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/havoc0/MouCreateClassObject.bpl')
-rw-r--r--Test/havoc0/MouCreateClassObject.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/havoc0/MouCreateClassObject.bpl b/Test/havoc0/MouCreateClassObject.bpl
index 62f1276b..98a0fda6 100644
--- a/Test/havoc0/MouCreateClassObject.bpl
+++ b/Test/havoc0/MouCreateClassObject.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -monomorphize %s > %t
-// RUN: %diff success.expect %t
+// RUN: %boogie -monomorphize "%s" > "%t"
+// RUN: %diff success.expect "%t"
type byte, name;
function OneByteToInt(byte) returns (int);
function TwoBytesToInt(byte, byte) returns (int);