Author: akirtzidis
Date: Fri Mar 28 22:37:04 2014
New Revision: 205072

URL: http://llvm.org/viewvc/llvm-project?rev=205072&view=rev
Log:
[test] Add a RUN line to get a hint on why the test is failing at the buildbots.

Modified:
    cfe/trunk/test/Preprocessor/headermap-rel2.c

Modified: cfe/trunk/test/Preprocessor/headermap-rel2.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/headermap-rel2.c?rev=205072&r1=205071&r2=205072&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/headermap-rel2.c (original)
+++ cfe/trunk/test/Preprocessor/headermap-rel2.c Fri Mar 28 22:37:04 2014
@@ -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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to