summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/newline-eof-c++98-compat.cpp
diff options
context:
space:
mode:
authorSeth Cantrell <seth.cantrell@gmail.com>2012-04-15 04:41:49 +0000
committerSeth Cantrell <seth.cantrell@gmail.com>2012-04-15 04:41:49 +0000
commitb0dfdfe790c9029fb488b5c8985bbb823f795cf9 (patch)
treeb6bfb911f5fa74b41dba2c6c30bfcf78977fed5e /clang/test/Lexer/newline-eof-c++98-compat.cpp
parent9ec1e48b59db3708b861e96058c73a6a8a51f488 (diff)
downloadbcm5719-llvm-b0dfdfe790c9029fb488b5c8985bbb823f795cf9.tar.gz
bcm5719-llvm-b0dfdfe790c9029fb488b5c8985bbb823f795cf9.zip
%clang -cc1 -> %clang_cc1
llvm-svn: 154757
Diffstat (limited to 'clang/test/Lexer/newline-eof-c++98-compat.cpp')
-rw-r--r--clang/test/Lexer/newline-eof-c++98-compat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/newline-eof-c++98-compat.cpp b/clang/test/Lexer/newline-eof-c++98-compat.cpp
index 7f7eebbad7d..3e5c8e22623 100644
--- a/clang/test/Lexer/newline-eof-c++98-compat.cpp
+++ b/clang/test/Lexer/newline-eof-c++98-compat.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
// The following line isn't terminated, don't fix it.
void foo() {} // expected-warning{{C++98 requires newline at end of file}} \ No newline at end of file
OpenPOWER on IntegriCloud