forked from OSchip/llvm-project
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…
Reference in New Issue