Add testcases for r342667.

llvm-svn: 342668
This commit is contained in:
Eric Christopher 2018-09-20 17:22:43 +00:00
parent 918b47fd4b
commit 8a9b3fe780
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// RUN: %clang_cc1 %s -verify
#include "/non_existing_file_to_include.h" // expected-error {{'/non_existing_file_to_include.h' file not found}}

View File

@ -0,0 +1,3 @@
// RUN: %clang_cc1 %s -verify
#include "/empty_file_to_include.h" // expected-error {{'/empty_file_to_include.h' file not found, did you mean 'empty_file_to_include.h'?}}