Skip to content

Commit c2aba9a

Browse files
committed
Disable pointer_conversion_objc.swift
1 parent 571522e commit c2aba9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILOptimizer/pointer_conversion_objc.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -module-name pointer_conversion -emit-sil -O %s | %FileCheck %s
22
// REQUIRES: optimized_stdlib
33
// REQUIRES: objc_interop
4+
// REQUIRES: radar38551973
45

56
// Opaque, unoptimizable functions to call.
67
@_silgen_name("takesConstRawPointer")
@@ -55,4 +56,4 @@ public func testOptionalArray() {
5556
// CHECK-NEXT: [[EMPTY:%.+]] = tuple ()
5657
// CHECK-NEXT: return [[EMPTY]]
5758
58-
} // CHECK: end sil function '$S18pointer_conversion17testOptionalArrayyyF'
59+
} // CHECK-LABEL: end sil function '$S18pointer_conversion17testOptionalArrayyyF'

0 commit comments

Comments
 (0)