From a45cf5b6b0790e829ad47cf946c149d8f1007324 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 24 Mar 2009 02:24:46 +0000 Subject: Rename clang to clang-cc. Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 --- clang/test/Preprocessor/cxx_oper_spelling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Preprocessor/cxx_oper_spelling.cpp') diff --git a/clang/test/Preprocessor/cxx_oper_spelling.cpp b/clang/test/Preprocessor/cxx_oper_spelling.cpp index fc8bc70e519..85f0426ca3a 100644 --- a/clang/test/Preprocessor/cxx_oper_spelling.cpp +++ b/clang/test/Preprocessor/cxx_oper_spelling.cpp @@ -1,4 +1,4 @@ -// RUN: clang -E %s | grep 'a: "and"' +// RUN: clang-cc -E %s | grep 'a: "and"' #define X(A) #A -- cgit v1.2.3