Add testcases for r342667.
llvm-svn: 342668
This commit is contained in:
parent
918b47fd4b
commit
8a9b3fe780
@ -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}}
|
||||
@ -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'?}}
|
||||
Loading…
x
Reference in New Issue
Block a user