Remove log

This commit is contained in:
Jeroen van Rijn
2026-08-12 14:09:07 +02:00
parent e5bf7ba6e3
commit 44b2f201f5

View File

@@ -8,7 +8,6 @@
package test_core_sync
import "base:intrinsics"
// import "core:log"
import "core:sync"
import "core:testing"
import "core:thread"
@@ -538,11 +537,9 @@ test_ticket_mutex :: proc(t: ^testing.T) {
@test
test_benaphore :: proc(t: ^testing.T) {
// NOTE(Jeroen): Regularly times out on the simulated RISC-V CI runners,
// so we're skipping the test there.
when ODIN_ARCH == .riscv64 {
log.infof("Skipped on riscv64")
// NOTE(Jeroen): Regularly times out on the simulated RISC-V CI runners,
// so we're skipping the test there.
return
}