aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-12-11 02:13:59 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-12-11 18:18:27 -0500
commit54a9d18913db05c29837f60b4d82935207ec483a (patch)
treeaa7984996d66d223a036f5511526ac3d91a9841f /test-suite
parent0275b5802ffd416dd0ed739955445a1c3c0287e9 (diff)
Allow LtacProf tactics to be called
This fixes #6378. Previously the ML module was never declared anywhere. Thanks to @cmangin for the pointer.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/6378.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/6378.v b/test-suite/bugs/closed/6378.v
new file mode 100644
index 000000000..d0ef090d0
--- /dev/null
+++ b/test-suite/bugs/closed/6378.v
@@ -0,0 +1,4 @@
+Goal True.
+ start ltac profiling.
+ stop ltac profiling.
+Abort.