Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
glessard committed Mar 8, 2024
1 parent f7c7ee4 commit 29d2b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/SystemTests/SystemStringTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ final class SystemStringTest: XCTestCase {
let source: [CInterop.PlatformChar] = [0x61, 0x62, 0, 0x63]
let str = SystemString(platformString: source)
XCTAssertEqual(str.string, str[...].string)
print(str.string.utf8.map(\.self))
print(str[...].string.utf8.map(\.self))
}
}

Expand Down

0 comments on commit 29d2b2e

Please sign in to comment.