aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-13 10:11:15 +0100
committerVincent Laporte2019-03-26 08:51:00 +0000
commite9bbfcd6d589a9e8e5abcd9fbc852a77996c97db (patch)
treee293ad303dada2a0fa768c73f3ea79e2721f1c48 /test-suite
parentb87f1432474bd3ffda6f02eb3ba7edf50114cc23 (diff)
Declare initial hint databases in prelude
Previously, they were hard-wired in the ML code.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_4527.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_4527.v b/test-suite/bugs/closed/bug_4527.v
index 4f8a8dd272..dfb07520f1 100644
--- a/test-suite/bugs/closed/bug_4527.v
+++ b/test-suite/bugs/closed/bug_4527.v
@@ -10,6 +10,7 @@ Inductive False := .
Axiom proof_admitted : False.
Tactic Notation "admit" := case proof_admitted.
Require Coq.Init.Datatypes.
+Require Import Coq.Init.Tactics.
Import Coq.Init.Notations.