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.

llvm-svn: 144436
This commit is contained in:
Douglas Gregor 2011-11-12 00:24:49 +00:00
parent 80b6904baf
commit 0daa607f55
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module libA {
header "a1.h"
module a1 { header "a1.h" }
header "a2.h"
}