Avatar
Avatar
norio_nomura
とりあえず、testingを使うとwasi使わなくても時間がかかる。 @swift-main testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" } (edited)
swiftNightly BOT 3/4/2025 11:34 AM
exit status: 1 with ◇ Test run started. ↳ Testing Library Version: 6.2-dev (a7b5435933149b6) ↳ Target Platform: x86_64-unknown-linux-gnu ◇ Test helloWorld() started. ✘ Test helloWorld() recorded an issue at <stdin>:5:3: Expectation failed: (greeting → "Hello, world!") == "Hello" ✘ Test helloWorld() failed after 0.002 seconds with 1 issue. ✘ Test run with 1 test failed after 0.003 seconds with 1 issue. (edited)
31.36 KB