aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-11-07 23:14:53 +0100
committerEmilio Jesus Gallego Arias2020-11-09 17:24:19 +0100
commitb1cb26eed7bdde340aeacf23e1bc461eb06c4ddd (patch)
treed7b10d4c23f46e45903dd612781740ae2b90a793 /test-suite
parentd2047c6368ae11a3a3fd7f2db8c991d135094e60 (diff)
[obligation] Proper handle no obligations on `Next Obligation`
Fixes #13320 . Trivial programming error, actually this is handled better in a further refactoring branch not submitted due to the long time the whole rework took.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/bug_13320.out2
-rw-r--r--test-suite/output/bug_13320.v2
2 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/bug_13320.out b/test-suite/output/bug_13320.out
new file mode 100644
index 0000000000..97efe1da87
--- /dev/null
+++ b/test-suite/output/bug_13320.out
@@ -0,0 +1,2 @@
+The command has indeed failed with message:
+No obligations remaining
diff --git a/test-suite/output/bug_13320.v b/test-suite/output/bug_13320.v
new file mode 100644
index 0000000000..6f3c51bbe7
--- /dev/null
+++ b/test-suite/output/bug_13320.v
@@ -0,0 +1,2 @@
+(* Next Obligation should fail normally, not with an anomaly. *)
+Fail Next Obligation.