Add test file missed from r223561.

llvm-svn: 223595
This commit is contained in:
Richard Smith 2014-12-06 22:11:06 +00:00
parent a1c73a6d6d
commit 7ddf5f147f
1 changed files with 3 additions and 0 deletions

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