Skip to content

Commit 114b782

Browse files
committed
Add @_alwaysEmitIntoClient to _osLogTestHelper
1 parent 57ee2bd commit 114b782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/private/OSLog/OSLogTestHelper.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public let _noopClosure = { (x : String, y : UnsafeBufferPointer<UInt8>) in retu
4141
/// byte buffer and asserts a condition.
4242
@_semantics("oslog.requires_constant_arguments")
4343
@_transparent
44+
@_alwaysEmitIntoClient
4445
@_optimize(none)
4546
public // @testable
4647
func _osLogTestHelper(

0 commit comments

Comments
 (0)