summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/attr-objc-gc.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/attr-objc-gc.m')
-rw-r--r--clang/test/SemaObjC/attr-objc-gc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/attr-objc-gc.m b/clang/test/SemaObjC/attr-objc-gc.m
index 90ca4e3280c..47da653afe6 100644
--- a/clang/test/SemaObjC/attr-objc-gc.m
+++ b/clang/test/SemaObjC/attr-objc-gc.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
static id __attribute((objc_gc(weak))) a;
static id __attribute((objc_gc(strong))) b;
OpenPOWER on IntegriCloud