summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/hidden.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/hidden.m')
-rw-r--r--clang/test/CodeGenObjC/hidden.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/hidden.m b/clang/test/CodeGenObjC/hidden.m
index fd87d992aaf..0c0dbb3aa50 100644
--- a/clang/test/CodeGenObjC/hidden.m
+++ b/clang/test/CodeGenObjC/hidden.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc --emit-llvm -o %t %s
+// RUN: clang-cc -emit-llvm -o %t %s
__attribute__((visibility("hidden")))
@interface Hidden
OpenPOWER on IntegriCloud