We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6acf631 + 83f3a2d commit 3169cdaCopy full SHA for 3169cda
test/Interop/Cxx/objc-correctness/pthread_mutexattr_t.swift
@@ -1,9 +1,6 @@
1
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -enable-objc-interop -enable-experimental-cxx-interop
2
// REQUIRES: OS=macosx
3
4
-// Temporarily disable (rdar://128544755)
5
-// REQUIRES: rdar128544755
6
-
7
import Darwin
8
9
_ = pthread_mutexattr_t() // expected-warning {{'init()' is deprecated: This zero-initializes the backing memory of the struct}}
0 commit comments