forked from OSchip/llvm-project
Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory.
llvm-svn: 63763
This commit is contained in:
parent
988dff84f1
commit
7ead0396f6
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -Eonly %s -I.
|
||||
# define HEADER <file_to_include.h>
|
||||
// RUN: clang -Eonly %s
|
||||
# define HEADER <stdlib.h>
|
||||
|
||||
# include HEADER
|
||||
|
|
Loading…
Reference in New Issue