summaryrefslogtreecommitdiff
path: root/test/Modules
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-07-14 02:40:33 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-07-14 02:40:33 +0000
commit45f95f26310467d6080940347cc441dd165e75c6 (patch)
tree64f340f0e217e2bd14e9493008298e08dee18ead /test/Modules
parent12551b9729fdac4ba00c5c6eb1d688887ae34a96 (diff)
downloadclang-45f95f26310467d6080940347cc441dd165e75c6.tar.gz
Add file missed from r242105.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r--test/Modules/Inputs/diagnostics-aux-2.modulemap3
1 files changed, 3 insertions, 0 deletions
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
+}