diff options
Diffstat (limited to 'Test/havoc0/KeyboardClassUnload.bpl')
-rw-r--r-- | Test/havoc0/KeyboardClassUnload.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/havoc0/KeyboardClassUnload.bpl b/Test/havoc0/KeyboardClassUnload.bpl index 83aba916..3ca87200 100644 --- a/Test/havoc0/KeyboardClassUnload.bpl +++ b/Test/havoc0/KeyboardClassUnload.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);
|