diff options
| author | Matthieu Sozeau | 2015-01-16 17:33:54 +0530 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-01-18 00:16:43 +0530 |
| commit | f539df5bc1dc3541d9404238c82035ad6641dcca (patch) | |
| tree | a26cf2550dfccbaa5f5a7ff9379762332ab11693 /test-suite | |
| parent | e99f80365b420a0a54811131551b68360d13173b (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 |
