Skip to content

Commit 1fd6ef9

Browse files
author
Josh Learn
committed
[OSLog] Update compiler stubs and tests
The compiler stubs for testing the OSLog implementation are in need of an update. This change updates the stubs to be consistent with the current OSLog implementation, updates the existing tests, and adds new tests for String and metatype interpolations. rdar://69719729
1 parent 35d765f commit 1fd6ef9

17 files changed

+1362
-390
lines changed

stdlib/private/OSLog/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ add_swift_target_library(swiftOSLogTestHelper
1010
OSLogStringTypes.swift
1111
OSLogNSObjectType.swift
1212
OSLogFloatingPointTypes.swift
13+
OSLogSwiftProtocols.swift
14+
OSLogPrivacy.swift
15+
OSLogFloatFormatting.swift
1316

1417
SWIFT_MODULE_DEPENDS_IOS Darwin ObjectiveC
1518
SWIFT_MODULE_DEPENDS_OSX Darwin ObjectiveC

0 commit comments

Comments
 (0)