aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/template/src/test.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/template/src/test.ml4')
-rw-r--r--test-suite/coq-makefile/template/src/test.ml41
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/template/src/test.ml4 b/test-suite/coq-makefile/template/src/test.ml4
index e7d0bfe1f..72765abe0 100644
--- a/test-suite/coq-makefile/template/src/test.ml4
+++ b/test-suite/coq-makefile/template/src/test.ml4
@@ -1,4 +1,3 @@
-open API
open Ltac_plugin
DECLARE PLUGIN "test_plugin"
let () = Mltop.add_known_plugin (fun () -> ()) "test_plugin";;