Skip to content

Commit 29646e6

Browse files
committed
Dummy typo fixes
1 parent 1596f23 commit 29646e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/LinuxMain.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ try FileHandle.standardError.write(contentsOf: Data("""
5151
\(SGR(.fgColorTo256PaletteValue(245)).rawValue)CLTLogger is compatible with Swift <5.4, so we have to add a LinuxMain file in which we call XCTMain.
5252
On WASI the XCTMain function is async, so we have to #if the XCTMain call, one with the await keyword, the other without.
5353
However, on Swift <5.5 the LinuxMain setup like this does not compile because the old compiler does not know the await keyword
54-
(even though the whole code is ignored because we do not compile for WASI whe compiling with an old compiler).
55-
I also tried doing a #if swift(>=5.5) check, but that do not work either.\(SGR.reset.rawValue)
54+
(even though the whole code is ignored because we do not compile for WASI when compiling with an old compiler).
55+
I also tried doing a #if swift(>=5.5) check, but that does not work either.\(SGR.reset.rawValue)
5656
5757
\(SGR(.fgColorTo4BitMagenta, .bold).rawValue)To temporarily enable the tests for WASI, uncomment the `await XCTMain(tests)` line in LinuxMain.swift.\(SGR.reset.rawValue)
5858

0 commit comments

Comments
 (0)