Avatar
Avatar
Iceman
@swift-6.0.3 test import Testing @Suite struct A: Error { @test func f() throws { #expect(throws: Never.self) { throw A() } } }
swift60 BOT 1/6/2025 2:57 PM
exit status: 64 with error: Unexpected argument '-' Usage: swift test <options> <subcommand> See 'test -help' for more information.