Skip to content

Commit

Permalink
Merge pull request swiftlang#79837 from swiftlang/egorzhdan/pthread-t…
Browse files Browse the repository at this point in the history
…est-reenable

[cxx-interop] Re-enable a test for Obj-C compatibility
  • Loading branch information
egorzhdan authored Mar 8, 2025
2 parents 6acf631 + 83f3a2d commit 3169cda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Interop/Cxx/objc-correctness/pthread_mutexattr_t.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -enable-objc-interop -enable-experimental-cxx-interop
// REQUIRES: OS=macosx

// Temporarily disable (rdar://128544755)
// REQUIRES: rdar128544755

import Darwin

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

0 comments on commit 3169cda

Please sign in to comment.