forked from OSchip/llvm-project
[test] Add a RUN line to get a hint on why the test is failing at the buildbots.
llvm-svn: 205072
This commit is contained in:
parent
7bd78a910a
commit
ca1aa4626d
|
@ -1,6 +1,7 @@
|
|||
// This uses a headermap with this entry:
|
||||
// someheader.h -> Product/someheader.h
|
||||
|
||||
// RUN: %clang_cc1 -v -fsyntax-only %s -iquote %S/Inputs/headermap-rel2/project-headers.hmap -isysroot %S/Inputs/headermap-rel2/system -I %S/Inputs/headermap-rel2 -H
|
||||
// RUN: %clang_cc1 -fsyntax-only %s -iquote %S/Inputs/headermap-rel2/project-headers.hmap -isysroot %S/Inputs/headermap-rel2/system -I %S/Inputs/headermap-rel2 -H 2> %t.out
|
||||
// RUN: FileCheck %s -input-file %t.out
|
||||
|
||||
|
|
Loading…
Reference in New Issue