diff options
Diffstat (limited to 'test-suite/coq-makefile/template/src/test.ml4')
-rw-r--r-- | test-suite/coq-makefile/template/src/test.ml4 | 1 |
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";; |