]> granicus.if.org Git - clang/commitdiff
Tweak the module map file test slightly, by putting one of the headers
authorDouglas Gregor <dgregor@apple.com>
Sat, 12 Nov 2011 00:24:49 +0000 (00:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 12 Nov 2011 00:24:49 +0000 (00:24 +0000)
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

test/Modules/Inputs/normal-module-map/module.map

index c372662c253a352a8aa22c6d716ce50568e8cf6a..91e4bf7178eb0a5c49a9670fff181ebe2e911c77 100644 (file)
@@ -1,5 +1,5 @@
 module libA {
-  header "a1.h"
+  module a1 { header "a1.h" }
   header "a2.h"
 }