aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/compat-subdirs/theories/test.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/compat-subdirs/theories/test.v')
-rw-r--r--test-suite/coq-makefile/compat-subdirs/theories/test.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/coq-makefile/compat-subdirs/theories/test.v b/test-suite/coq-makefile/compat-subdirs/theories/test.v
deleted file mode 100644
index 7753b56aa..000000000
--- a/test-suite/coq-makefile/compat-subdirs/theories/test.v
+++ /dev/null
@@ -1,7 +0,0 @@
-Declare ML Module "test_plugin".
-Test.
-Goal True.
-Proof.
-test.
-exact I.
-Qed.