aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorJason Gross2019-10-26 00:46:14 -0400
committerJason Gross2019-10-29 12:36:49 -0400
commitc9adfcd356f2563d7c4b3927669a8268f184ec24 (patch)
treee0c51e8609f5c89a207549f911d57bbf18d00df5 /test-suite
parentc59815c860a11948359e96ecc51d566bb5e5d8fb (diff)
Fix #9114, assert_succeeds (exact I) solves goal
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_9114.v5
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.