diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-12-06 22:11:06 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-12-06 22:11:06 +0000 |
| commit | 7ddf5f147f044c51d3338c418a7ab367c6fca501 (patch) | |
| tree | b36d0a37324643f64e16b9cadf3456385ec2b220 | |
| parent | a1c73a6d6d6c4b007d2778456c92ed1314313471 (diff) | |
| download | bcm5719-llvm-7ddf5f147f044c51d3338c418a7ab367c6fca501.tar.gz bcm5719-llvm-7ddf5f147f044c51d3338c418a7ab367c6fca501.zip | |
Add test file missed from r223561.
llvm-svn: 223595
| -rw-r--r-- | clang/test/Modules/pr21217.cpp | 3 |
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 |

