From 23d29c861f2770fe9f99ba80cca2e7cf4ac675ea Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 12 Nov 2011 00:24:49 +0000 Subject: [PATCH] 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 --- test/Modules/Inputs/normal-module-map/module.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.50.1