summaryrefslogtreecommitdiff
path: root/test/SemaObjC/attr-malloc.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/attr-malloc.m')
-rw-r--r--test/SemaObjC/attr-malloc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/attr-malloc.m b/test/SemaObjC/attr-malloc.m
index 4d2093fa3d..a504b333b5 100644
--- a/test/SemaObjC/attr-malloc.m
+++ b/test/SemaObjC/attr-malloc.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -verify -fsyntax-only -fblocks %s
+// RUN: %clang_cc1 -verify -fsyntax-only -fblocks %s
@interface TestAttrMallocOnMethods {}
- (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}