summaryrefslogtreecommitdiff
path: root/Test/og/termination.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/termination.bpl')
-rw-r--r--Test/og/termination.bpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/og/termination.bpl b/Test/og/termination.bpl
index a7969e7c..fac2ecc7 100644
--- a/Test/og/termination.bpl
+++ b/Test/og/termination.bpl
@@ -1,5 +1,6 @@
// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
// RUN: %diff %s.expect %t
+// XFAIL: *
procedure {:yields} X();
ensures {:atomic 0} |{ A: return true; }|;
@@ -16,4 +17,4 @@ procedure {:yields} main() {
}
yield;
assert {:phase 1} true;
-} \ No newline at end of file
+}