We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2574fb commit 6608954Copy full SHA for 6608954
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