mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-14 01:34:35 +00:00
Remove log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user