diff options
Diffstat (limited to 'test')
-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; } |