]> granicus.if.org Git - clang/commitdiff
Add test file missed from r223561.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 6 Dec 2014 22:11:06 +0000 (22:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 6 Dec 2014 22:11:06 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223595 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/pr21217.cpp [new file with mode: 0644]

diff --git a/test/Modules/pr21217.cpp b/test/Modules/pr21217.cpp
new file mode 100644 (file)
index 0000000..a439c97
--- /dev/null
@@ -0,0 +1,3 @@
+// RUN: not %clang_cc1 -fmodules -fmodule-map-file=does-not-exist.modulemap -verify %s 2>&1 | FileCheck %s
+
+// CHECK: module map file 'does-not-exist.modulemap' not found