summaryrefslogtreecommitdiff
path: root/Test/lock/Lock.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:10:57 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:10:57 +0100
commit98407f4fc7af2fbe5a54488dfdfc3973b72d2fd3 (patch)
tree025d7aa24e933720ffbc3f98bb841f62ac51aa8c /Test/lock/Lock.bpl
parent95d752d7480ecddb727df1cc3613fefa4363b960 (diff)
Enable "SLAM example" lit tests.
Diffstat (limited to 'Test/lock/Lock.bpl')
-rw-r--r--Test/lock/Lock.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/lock/Lock.bpl b/Test/lock/Lock.bpl
index ed24a710..ab7f20fe 100644
--- a/Test/lock/Lock.bpl
+++ b/Test/lock/Lock.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
procedure LockingExample();
implementation LockingExample()