[cfe-commits] r154757 - in /cfe/trunk/test/Lexer: newline-eof-c++98-compat.cpp newline-eof.c
Seth Cantrell
seth.cantrell at gmail.com
Sat Apr 14 21:41:49 PDT 2012
Author: socantre
Date: Sat Apr 14 23:41:49 2012
New Revision: 154757
URL: http://llvm.org/viewvc/llvm-project?rev=154757&view=rev
Log:
%clang -cc1 -> %clang_cc1
Modified:
cfe/trunk/test/Lexer/newline-eof-c++98-compat.cpp
cfe/trunk/test/Lexer/newline-eof.c
Modified: cfe/trunk/test/Lexer/newline-eof-c++98-compat.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/newline-eof-c%2B%2B98-compat.cpp?rev=154757&r1=154756&r2=154757&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/newline-eof-c++98-compat.cpp (original)
+++ cfe/trunk/test/Lexer/newline-eof-c++98-compat.cpp Sat Apr 14 23:41:49 2012
@@ -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
Modified: cfe/trunk/test/Lexer/newline-eof.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/newline-eof.c?rev=154757&r1=154756&r2=154757&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/newline-eof.c (original)
+++ cfe/trunk/test/Lexer/newline-eof.c Sat Apr 14 23:41:49 2012
@@ -1,4 +1,4 @@
-// RUN: %clang -cc1 -fsyntax-only -Wnewline-eof -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wnewline-eof -verify %s
// rdar://9133072
// The following line isn't terminated, don't fix it.
More information about the cfe-commits
mailing list