Spell clang-cc correctly.

llvm-svn: 82582
This commit is contained in:
Daniel Dunbar 2009-09-22 22:30:59 +00:00
parent 292b68699d
commit 81fff1c358
1 changed files with 1 additions and 1 deletions

View File

@ -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];