diff options
| author | Matthieu Sozeau | 2015-01-16 17:33:54 +0530 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-01-16 17:36:02 +0530 |
| commit | 81489f299ef60c21ac3da1d2157b02c3b41886d1 (patch) | |
| tree | 34c9681b67067f00da510bed57df517003737e56 /test-suite | |
| parent | 13140f20c1080a6ac0c0c7ad878fa1ff3f34de60 (diff) | |
Revert "TCs: Properly handle Hint Extern with conclusions of the form _ -> _"
Not supposed to be part of 8.5beta.
This reverts commit 74682bb27da074fedc115238f3085baaccf12d73.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/3794.v | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test-suite/bugs/closed/3794.v b/test-suite/bugs/closed/3794.v deleted file mode 100644 index 6963d81c14..0000000000 --- a/test-suite/bugs/closed/3794.v +++ /dev/null @@ -1,6 +0,0 @@ -Hint Extern 10 ((?X = ?Y) -> False) => intros; discriminate. -Hint Unfold not : core. - -Goal true<>false. -typeclasses eauto with core. -Qed.
\ No newline at end of file |
