]> granicus.if.org Git - clang/commitdiff
Fix this test to use -cc1.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 02:47:35 +0000 (02:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 02:47:35 +0000 (02:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114156 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/print_line_empty_file.c

index 333896ee43c7f9d4c1af364e432e55b26ef3b70b..868d0b7a8b8e2351f7c14a324d620ba5f0104323 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -E %s | FileCheck %s
+// RUN: %clang_cc1 -E %s | FileCheck %s
 
 #line 21 ""
 int foo() { return 42; }