From: Douglas Gregor Date: Sat, 12 Nov 2011 00:24:49 +0000 (+0000) Subject: Tweak the module map file test slightly, by putting one of the headers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d29c861f2770fe9f99ba80cca2e7cf4ac675ea;p=clang 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 --- 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" }