Add test file missed from r223561.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2014-12-06 22:11:06 +00:00
parent 6e6cbbb6dd
commit 3ccaa3b451
1 changed files with 3 additions and 0 deletions

3
test/Modules/pr21217.cpp Normal file
View File

@ -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