Skip to content

Commit 3169cda

Browse files
authored
Merge pull request #79837 from swiftlang/egorzhdan/pthread-test-reenable
[cxx-interop] Re-enable a test for Obj-C compatibility
2 parents 6acf631 + 83f3a2d commit 3169cda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -enable-objc-interop -enable-experimental-cxx-interop
22
// REQUIRES: OS=macosx
33

4-
// Temporarily disable (rdar://128544755)
5-
// REQUIRES: rdar128544755
6-
74
import Darwin
85

96
_ = pthread_mutexattr_t() // expected-warning {{'init()' is deprecated: This zero-initializes the backing memory of the struct}}

0 commit comments

Comments
 (0)