Commit 04721ff3 authored by Rob Pike's avatar Rob Pike

netchan: fix typo in test

R=rsc
CC=golang-dev
https://golang.org/cl/1522041
parent 2e632088
......@@ -50,7 +50,7 @@ func importReceive(imp *Importer, t *testing.T) {
v := <-ch
if closed(ch) {
if i != closeCount {
t.Errorf("expected close at %d; got one at %d\n", count/2, i)
t.Errorf("expected close at %d; got one at %d\n", closeCount, i)
}
break
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment