Avatar
Avatar
norio_nomura
@swift-main testing @swift-main import Testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello, world!") } await Testing.__swiftPMEntryPoint() as Never
swiftNightly BOT 3/4/2025 11:59 AM
swift testing - <stdin>:8:15: warning: will never be executed 4 | #expect(greeting == "Hello, world!") 5 | } 6 | await Testing.__swiftPMEntryPoint() as Never | `- note: a call to a never-returning function 7 | 8 | await Testing.__swiftPMEntryPoint() as Never | `- warning: will never be executed 9 | ◇ Test run started. ↳ Testing Library Version: 6.2-dev (a7b5435933149b6) ↳ Target Platform: x86_64-unknown-linux-gnu ◇ Test helloWorld() started. ✔ Test helloWorld() passed after 0.001 seconds. ✔ Test run with 1 test passed after 0.001 seconds.