summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs')
-rw-r--r--clang/test/Modules/Inputs/elaborated-type-structs.h3
-rw-r--r--clang/test/Modules/Inputs/module.map7
2 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Modules/Inputs/elaborated-type-structs.h b/clang/test/Modules/Inputs/elaborated-type-structs.h
deleted file mode 100644
index da3940998fd..00000000000
--- a/clang/test/Modules/Inputs/elaborated-type-structs.h
+++ /dev/null
@@ -1,3 +0,0 @@
-struct S1;
-struct S2 { int x; };
-struct S3 { int x; };
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index 632517dd363..226d45fdf44 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -386,10 +386,3 @@ module TypedefTag {
header "typedef-tag-hidden.h"
}
}
-
-module ElaboratedTypeStructs {
- module Empty {}
- module Structs {
- header "elaborated-type-structs.h"
- }
-}
OpenPOWER on IntegriCloud