summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/hidden-visibility.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/hidden-visibility.m')
-rw-r--r--test/CodeGenObjC/hidden-visibility.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/hidden-visibility.m b/test/CodeGenObjC/hidden-visibility.m
index e265e6f754..5e08ef9d55 100644
--- a/test/CodeGenObjC/hidden-visibility.m
+++ b/test/CodeGenObjC/hidden-visibility.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fvisibility hidden -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck %s
// CHECK: @"OBJC_IVAR_$_I.P" = hidden
// CHECK: @"OBJC_CLASS_$_I" = hidden
// CHECK: @"OBJC_METACLASS_$_I" = hidden