summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/restrict-id-type.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/restrict-id-type.m')
-rw-r--r--test/SemaObjC/restrict-id-type.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/restrict-id-type.m b/test/SemaObjC/restrict-id-type.m
index 9bd5612aba..b24fcb0185 100644
--- a/test/SemaObjC/restrict-id-type.m
+++ b/test/SemaObjC/restrict-id-type.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -std=gnu99 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=gnu99 -fsyntax-only -verify %s
void f0(restrict id a0) {}