From: Daniel Dunbar Date: Fri, 17 Sep 2010 02:47:35 +0000 (+0000) Subject: Fix this test to use -cc1. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a24065dbbe6b88c21da66f588b913e5f3b403fa;p=clang Fix this test to use -cc1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114156 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/print_line_empty_file.c b/test/Preprocessor/print_line_empty_file.c index 333896ee43..868d0b7a8b 100644 --- a/test/Preprocessor/print_line_empty_file.c +++ b/test/Preprocessor/print_line_empty_file.c @@ -1,4 +1,4 @@ -// RUN: %clang -E %s | FileCheck %s +// RUN: %clang_cc1 -E %s | FileCheck %s #line 21 "" int foo() { return 42; }