diff options
| author | Hugo Herbelin | 2015-02-10 19:22:39 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2015-02-10 19:22:39 +0100 |
| commit | 9a1aee03d864216a90610e8bf73539ddd60c395b (patch) | |
| tree | 6fb96b1108a8c762680f2670a80542f6aa52d1ea /test-suite | |
| parent | a22efd21eb7e2ddf4e5678631a1ea6ff2824d314 (diff) | |
Fixing #4018 (uncaught exception on non-equality in intros [=]).
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/4018.v | 3 |
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 0000000000..c3a045943c --- /dev/null +++ b/test-suite/bugs/closed/4018.v @@ -0,0 +1,3 @@ +(* Catching PatternMatchingFailure was lost at some point *) +Goal nat -> True. +intros [=]. |
