Skip to content

Commit 12cf75d

Browse files
authored
Merge pull request #84806 from egorzhdan/egorzhdan/pthread
[cxx-interop] Adjust the test for default construction of C types
2 parents 243f550 + 82530c6 commit 12cf75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/objc-correctness/pthread_mutexattr_t.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
import Darwin
55

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

0 commit comments

Comments
 (0)