]> granicus.if.org Git - clang/commitdiff
[test] Add a RUN line to get a hint on why the test is failing at the buildbots.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Mar 2014 03:37:04 +0000 (03:37 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Mar 2014 03:37:04 +0000 (03:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205072 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/headermap-rel2.c

index e29e5ee6caf46be8f556747403c6fd653935d438..e00f4e6902aa048dd154024277bb0c2275e9228e 100644 (file)
@@ -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