forked from OSchip/llvm-project
Also test that the pch file is not printed in /showIncludes
llvm-svn: 263355
This commit is contained in:
parent
955308fbee
commit
deed64e52c
|
@ -16,6 +16,7 @@
|
|||
// When using the pch, only the direct include is printed.
|
||||
// RUN: %clang_cl -Werror /showIncludes /I%S/Inputs /Yuheader2.h /FIheader2.h /Fp%t.pch /c -- %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-YU %s
|
||||
// CHECK-YU-NOT: Note: including file: {{.*pch}}
|
||||
// CHECK-YU-NOT: Note: including file: {{.*header1.h}}
|
||||
// CHECK-YU-NOT: Note: including file: {{.*header2.h}}
|
||||
// CHECK-YU: Note: including file: {{.+header3.h}}
|
||||
|
|
Loading…
Reference in New Issue