summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap')
-rw-r--r--external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap4
1 files changed, 0 insertions, 4 deletions
diff --git a/external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap b/external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap
deleted file mode 100644
index b0fe1faaee6..00000000000
--- a/external/bsd/llvm/dist/clang/test/CodeCompletion/Inputs/ModuleA/module.modulemap
+++ /dev/null
@@ -1,4 +0,0 @@
-module ModuleA {
- header "moduleA.h"
- export *
-}