diff options
Diffstat (limited to 'clang/test/SemaCXX/no-implicit-builtin-decls.cpp')
| -rw-r--r-- | clang/test/SemaCXX/no-implicit-builtin-decls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/no-implicit-builtin-decls.cpp b/clang/test/SemaCXX/no-implicit-builtin-decls.cpp index 8a0df9403a0..bd11f92f7e6 100644 --- a/clang/test/SemaCXX/no-implicit-builtin-decls.cpp +++ b/clang/test/SemaCXX/no-implicit-builtin-decls.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s void f() { void *p = malloc(sizeof(int) * 10); // expected-error{{no matching function for call to 'malloc'}} |

