summaryrefslogtreecommitdiff
path: root/Test/havoc0/MouCreateClassObject.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:56:51 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:56:51 +0100
commita532c196a517ffda7dbee44fab491bce06f5f18f (patch)
treef7c6ce5b1b55f8a242f26df1757d9d2f6f13afff /Test/havoc0/MouCreateClassObject.bpl
parent868c3ef5b53f0a07a4bd0f45b47269800564e251 (diff)
Enabled "HAVOC-generated bpl files" lit tests.
Diffstat (limited to 'Test/havoc0/MouCreateClassObject.bpl')
-rw-r--r--Test/havoc0/MouCreateClassObject.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/havoc0/MouCreateClassObject.bpl b/Test/havoc0/MouCreateClassObject.bpl
index d988dfbd..62f1276b 100644
--- a/Test/havoc0/MouCreateClassObject.bpl
+++ b/Test/havoc0/MouCreateClassObject.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -monomorphize %s > %t
+// RUN: %diff success.expect %t
type byte, name;
function OneByteToInt(byte) returns (int);
function TwoBytesToInt(byte, byte) returns (int);