pull/110/head
Andy Wang 5 years ago
parent 242fe28262
commit c22b0fb54f

@ -2,7 +2,6 @@ package multiplex
import ( import (
"bytes" "bytes"
"sync/atomic"
"testing" "testing"
"time" "time"
) )
@ -67,7 +66,7 @@ func TestDatagramBuffer_RW(t *testing.T) {
) )
return return
} }
if atomic.LoadUint32(&pipe.closed) != 1 { if !pipe.closed {
t.Error("expecting closed pipe, not closed") t.Error("expecting closed pipe, not closed")
} }
}) })

Loading…
Cancel
Save