Avatar
norio_nomura 4/15/2025 8:11 AM
@swift-6.1.2 + testing time @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }