From: Daniel Dunbar Date: Tue, 22 Sep 2009 22:30:59 +0000 (+0000) Subject: Spell clang-cc correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e06eafb7714fa20a5491f83921c2e4f9d3f85d5e;p=clang Spell clang-cc correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82582 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp b/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp index b6b3e24bd8..ff653d5fef 100644 --- a/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp +++ b/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s int *use_new(int N) { return new int [N];