aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4018.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-02-10 19:22:39 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-02-10 19:22:39 +0100
commit9a1aee03d864216a90610e8bf73539ddd60c395b (patch)
tree6fb96b1108a8c762680f2670a80542f6aa52d1ea /test-suite/bugs/closed/4018.v
parenta22efd21eb7e2ddf4e5678631a1ea6ff2824d314 (diff)
Fixing #4018 (uncaught exception on non-equality in intros [=]).
Diffstat (limited to 'test-suite/bugs/closed/4018.v')
-rw-r--r--test-suite/bugs/closed/4018.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4018.v b/test-suite/bugs/closed/4018.v
new file mode 100644
index 000000000..c3a045943
--- /dev/null
+++ b/test-suite/bugs/closed/4018.v
@@ -0,0 +1,3 @@
+(* Catching PatternMatchingFailure was lost at some point *)
+Goal nat -> True.
+intros [=].