diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-17 02:47:35 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-17 02:47:35 +0000 |
commit | 2a24065dbbe6b88c21da66f588b913e5f3b403fa (patch) | |
tree | 6cfeb4bb66dcbeca1c15c69bdb8ea9bf613f0c37 | |
parent | d829950b2b75d50fca2772a20129323a186993a5 (diff) |
Fix this test to use -cc1.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114156 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/print_line_empty_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |