aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3923.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3923.v')
-rw-r--r--test-suite/bugs/closed/3923.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3923.v b/test-suite/bugs/closed/3923.v
index 0aa029e73d..2fb0a5439a 100644
--- a/test-suite/bugs/closed/3923.v
+++ b/test-suite/bugs/closed/3923.v
@@ -1,3 +1,5 @@
+Require Coq.extraction.Extraction.
+
Module Type TRIVIAL.
Parameter t:Type.
End TRIVIAL.