summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-12-06 22:11:06 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-12-06 22:11:06 +0000
commit7ddf5f147f044c51d3338c418a7ab367c6fca501 (patch)
treeb36d0a37324643f64e16b9cadf3456385ec2b220
parenta1c73a6d6d6c4b007d2778456c92ed1314313471 (diff)
downloadbcm5719-llvm-7ddf5f147f044c51d3338c418a7ab367c6fca501.tar.gz
bcm5719-llvm-7ddf5f147f044c51d3338c418a7ab367c6fca501.zip
Add test file missed from r223561.
llvm-svn: 223595
-rw-r--r--clang/test/Modules/pr21217.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/pr21217.cpp b/clang/test/Modules/pr21217.cpp
new file mode 100644
index 00000000000..a439c97e957
--- /dev/null
+++ b/clang/test/Modules/pr21217.cpp
@@ -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
OpenPOWER on IntegriCloud