Author: lattner
Date: Sun May 22 18:47:57 2011
New Revision: 131882
URL: http://llvm.org/viewvc/llvm-project?rev=131882&view=rev
Log:
attempt to fix windows testers, which generate #line by default.
Modified:
cfe/trunk/test/Preprocessor/pragma_sysheader.c
Modified: cfe/trunk/test/Preprocessor/pragma_sysheader.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/pragma_sysheader.c?rev=131882&r1=131881&r2=131882&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/pragma_sysheader.c (original)
+++ cfe/trunk/test/Preprocessor/pragma_sysheader.c Sun May 22 18:47:57 2011
@@ -1,5 +1,5 @@
// RUN: %clang -verify -pedantic %s -fsyntax-only
-// RUN: %clang -E %s | FileCheck %s
+// RUN: %clang_cc1 -E %s | FileCheck %s
// rdar://6899937
#include "pragma_sysheader.h"
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits