aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3794.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3794.v')
-rw-r--r--test-suite/bugs/closed/3794.v6
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