diff options
| author | Jason Gross | 2019-10-26 00:46:14 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-10-29 12:36:49 -0400 |
| commit | c9adfcd356f2563d7c4b3927669a8268f184ec24 (patch) | |
| tree | e0c51e8609f5c89a207549f911d57bbf18d00df5 /test-suite | |
| parent | c59815c860a11948359e96ecc51d566bb5e5d8fb (diff) | |
Fix #9114, assert_succeeds (exact I) solves goal
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/bug_9114.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_9114.v b/test-suite/bugs/closed/bug_9114.v new file mode 100644 index 0000000000..2cf91c1c2b --- /dev/null +++ b/test-suite/bugs/closed/bug_9114.v @@ -0,0 +1,5 @@ +Goal True. + assert_succeeds (exact I). + idtac. + (* Error: No such goal. *) +Abort. |
