We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a66441 commit 4be404fCopy full SHA for 4be404f
1 file changed
Tests/TestingTests/VariadicGenericTests.swift
@@ -25,8 +25,8 @@ private import _TestingInternals
25
let nilString: String? = nil
26
#expect(swt_nullableCString(nilString) == false)
27
28
- let lhs: String? = "abc"
29
- let rhs: String? = "123"
+ let lhs = "abc"
+ let rhs = "123"
30
#expect(0 != strcmp(lhs, rhs))
31
}
32
0 commit comments