aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3794.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/opened/3794.v b/test-suite/bugs/opened/3794.v
index 511a92b2a..99ca6cb39 100644
--- a/test-suite/bugs/opened/3794.v
+++ b/test-suite/bugs/opened/3794.v
@@ -3,5 +3,5 @@ Hint Unfold not : core.
Goal true<>false.
Set Typeclasses Debug.
-typeclasses eauto with core.
-Qed. \ No newline at end of file
+Fail typeclasses eauto with core.
+Abort. \ No newline at end of file