From: Douglas Gregor Date: Wed, 16 Nov 2011 23:41:39 +0000 (+0000) Subject: Add missing header for modules test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24d1c966e1818637dad835c111355d2f28915984;p=clang Add missing header for modules test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144862 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/normal-module-map/Umbrella/umbrella_sub.h b/test/Modules/Inputs/normal-module-map/Umbrella/umbrella_sub.h new file mode 100644 index 0000000000..9fdccd12d9 --- /dev/null +++ b/test/Modules/Inputs/normal-module-map/Umbrella/umbrella_sub.h @@ -0,0 +1,2 @@ +int umbrella_sub; +