diff options
| author | coqbot-app[bot] | 2020-11-10 08:56:50 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-10 08:56:50 +0000 |
| commit | 2676541296bf1650be1a34f17e95f973b54ab715 (patch) | |
| tree | f2237237169670e9d25a9d5c3674881858cb1e4f /test-suite | |
| parent | 449aef5dea7314f3bf4311380aa10c5cf0c3a158 (diff) | |
| parent | b1cb26eed7bdde340aeacf23e1bc461eb06c4ddd (diff) | |
Merge PR #13322: [obligation] Properly handle no obligations on `Next Obligation`
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/bug_13320.out | 2 | ||||
| -rw-r--r-- | test-suite/output/bug_13320.v | 2 |
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. |
