summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/system-out-of-date/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/system-out-of-date/module.map')
-rw-r--r--clang/test/Modules/Inputs/system-out-of-date/module.map12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/Modules/Inputs/system-out-of-date/module.map b/clang/test/Modules/Inputs/system-out-of-date/module.map
deleted file mode 100644
index 0c0f42a5d01..00000000000
--- a/clang/test/Modules/Inputs/system-out-of-date/module.map
+++ /dev/null
@@ -1,12 +0,0 @@
-module X [system] {
- header "X.h" // imports Y
- export *
-}
-module Y {
- header "Y.h"
- export *
-}
-module Z {
- header "Z.h" // imports Y
- export *
-}
OpenPOWER on IntegriCloud