From 45f95f26310467d6080940347cc441dd165e75c6 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 14 Jul 2015 02:40:33 +0000 Subject: [PATCH] Add file missed from r242105. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242109 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/Inputs/diagnostics-aux-2.modulemap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Modules/Inputs/diagnostics-aux-2.modulemap diff --git a/test/Modules/Inputs/diagnostics-aux-2.modulemap b/test/Modules/Inputs/diagnostics-aux-2.modulemap new file mode 100644 index 0000000000..8ceeb8ebdf --- /dev/null +++ b/test/Modules/Inputs/diagnostics-aux-2.modulemap @@ -0,0 +1,3 @@ +module external { + blahblah +} -- 2.40.0