aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-12 00:24:49 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-12 00:24:49 +0000
commit23d29c861f2770fe9f99ba80cca2e7cf4ac675ea (patch)
tree6dfd23f4009e6838964410e9cfcdca2ff49d888a
parent26697979fb0a4e2b720a0c8d062047edca92bc92 (diff)
Tweak the module map file test slightly, by putting one of the headers
into a submodule. Submodules aren't actually supported anywhere else, but we do parse them, so this verifies that we're at least seeing through them properly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144436 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Modules/Inputs/normal-module-map/module.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/normal-module-map/module.map b/test/Modules/Inputs/normal-module-map/module.map
index c372662c25..91e4bf7178 100644
--- a/test/Modules/Inputs/normal-module-map/module.map
+++ b/test/Modules/Inputs/normal-module-map/module.map
@@ -1,5 +1,5 @@
module libA {
- header "a1.h"
+ module a1 { header "a1.h" }
header "a2.h"
}