aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3923.v
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-07-27 14:20:11 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-07-27 15:08:36 +0200
commit036acae205ff0477dbae3a97b44853dc27d03b93 (patch)
tree938a980befb0ec2c30d43473ae511cad01819459 /test-suite/bugs/closed/3923.v
parent87130496c04dc393e32837f1ce95e463938b2202 (diff)
test-suite: more use of the new command Extraction TestCompile
Diffstat (limited to 'test-suite/bugs/closed/3923.v')
-rw-r--r--test-suite/bugs/closed/3923.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3923.v b/test-suite/bugs/closed/3923.v
index 2fb0a5439..1d9488c6e 100644
--- a/test-suite/bugs/closed/3923.v
+++ b/test-suite/bugs/closed/3923.v
@@ -33,3 +33,4 @@ Axiom empty_fieldstore : cert_fieldstore.
End MkCertRuntimeTypes.
Extraction MkCertRuntimeTypes. (* Was leading to an uncaught Not_found *)
+Extraction TestCompile MkCertRuntimeTypes.