mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Fix early join after start.
This commit is contained in:
@@ -564,7 +564,7 @@ test_try_select_raw_no_toctou :: proc(t: ^testing.T) {
|
||||
trigger := (cast(^chan.Chan(any))(__global_context_for_test))^
|
||||
|
||||
// Notify the thief that we are paused so that it can steal the value.
|
||||
_ = chan.send(trigger, "signal")
|
||||
_ = chan.send(trigger, "signal")
|
||||
|
||||
// Wait for comfirmation of the burglary.
|
||||
_, _ = chan.recv(trigger)
|
||||
|
||||
Reference in New Issue
Block a user