Skip to content

Commit 6f6793a

Browse files
committed
[ObjC] Remove -no-opaque-pointers from test case
rdar://117010859
1 parent 94becb7 commit 6f6793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenObjC/objc-asm-attribute-test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -Wno-objc-root-class -no-opaque-pointers -emit-llvm -triple x86_64-apple-darwin %s -o - | FileCheck %s
1+
// RUN: %clang_cc1 -Wno-objc-root-class -emit-llvm -triple x86_64-apple-darwin %s -o - | FileCheck %s
22
// rdar://16462586
33

44
__attribute__((objc_runtime_name("MySecretNamespace.Protocol")))

0 commit comments

Comments
 (0)