From 282d70c4103823f8f80d18a584797ed40ec78180 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 2 Dec 2011 21:59:41 +0000 Subject: [PATCH] Add missing test header llvm-svn: 145710 --- clang/test/Modules/Inputs/diamond.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 clang/test/Modules/Inputs/diamond.h diff --git a/clang/test/Modules/Inputs/diamond.h b/clang/test/Modules/Inputs/diamond.h new file mode 100644 index 000000000000..0ae3c4fbcb5d --- /dev/null +++ b/clang/test/Modules/Inputs/diamond.h @@ -0,0 +1 @@ +__import_module__ diamond_bottom;