Skip to content

Commit 7641f81

Browse files
authored
Merge pull request #7638 from apple/eng/PR-117010859
[ObjC] Remove -no-opaque-pointers from test case
2 parents 1fb1add + 6f6793a commit 7641f81

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)