summaryrefslogtreecommitdiff
path: root/Test/inline/codeexpr.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline/codeexpr.bpl')
-rw-r--r--Test/inline/codeexpr.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/inline/codeexpr.bpl b/Test/inline/codeexpr.bpl
index 67728ea5..f9cef515 100644
--- a/Test/inline/codeexpr.bpl
+++ b/Test/inline/codeexpr.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
var g: bool;
procedure {:inline 1} bar() returns (l: bool)