diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 22:30:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 22:30:59 +0000 |
commit | e06eafb7714fa20a5491f83921c2e4f9d3f85d5e (patch) | |
tree | 3e03d211665736159a4ade4d0e8d4ae53f875e2e /test/CXX/basic/basic.stc | |
parent | 76e0fece5b0c829ee4c184e78863806d3ca04be8 (diff) |
Spell clang-cc correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/basic/basic.stc')
-rw-r--r-- | test/CXX/basic/basic.stc/basic.stc.dynamic/p2-nodef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |