[cfe-commits] r114156 - /cfe/trunk/test/Preprocessor/print_line_empty_file.c

Daniel Dunbar daniel at zuster.org
Thu Sep 16 19:47:35 PDT 2010


Author: ddunbar
Date: Thu Sep 16 21:47:35 2010
New Revision: 114156

URL: http://llvm.org/viewvc/llvm-project?rev=114156&view=rev
Log:
Fix this test to use -cc1.

Modified:
    cfe/trunk/test/Preprocessor/print_line_empty_file.c

Modified: cfe/trunk/test/Preprocessor/print_line_empty_file.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/print_line_empty_file.c?rev=114156&r1=114155&r2=114156&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/print_line_empty_file.c (original)
+++ cfe/trunk/test/Preprocessor/print_line_empty_file.c Thu Sep 16 21:47:35 2010
@@ -1,4 +1,4 @@
-// RUN: %clang -E %s | FileCheck %s
+// RUN: %clang_cc1 -E %s | FileCheck %s
 
 #line 21 ""
 int foo() { return 42; }





More information about the cfe-commits mailing list