mirror of https://github.com/microsoft/clang.git
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:
parent
6e6cbbb6dd
commit
3ccaa3b451
|
@ -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
|
Loading…
Reference in New Issue