From 7eba1bf0b7115df05beb54069d7542848991d029 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 17 Sep 2010 02:47:35 +0000 Subject: [PATCH] Fix this test to use -cc1. llvm-svn: 114156 --- clang/test/Preprocessor/print_line_empty_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Preprocessor/print_line_empty_file.c b/clang/test/Preprocessor/print_line_empty_file.c index 333896ee43c7..868d0b7a8b8e 100644 --- a/clang/test/Preprocessor/print_line_empty_file.c +++ b/clang/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; }