From 3ccaa3b451ba2a5592360f6942bc4439fe488131 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 6 Dec 2014 22:11:06 +0000 Subject: [PATCH] Add test file missed from r223561. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223595 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/pr21217.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Modules/pr21217.cpp diff --git a/test/Modules/pr21217.cpp b/test/Modules/pr21217.cpp new file mode 100644 index 0000000000..a439c97e95 --- /dev/null +++ b/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 -- 2.40.0