mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:00:58 +08:00
netchan: Avoid race condition in test.
Copied from master library. From-SVN: r169311
This commit is contained in:
parent
f7a60085fc
commit
ffbdd13975
@ -395,7 +395,7 @@ func TestCrossConnect(t *testing.T) {
|
||||
t.Fatal("new importer:", err)
|
||||
}
|
||||
|
||||
go crossExport(e1, e2, t)
|
||||
crossExport(e1, e2, t)
|
||||
crossImport(i1, i2, t)
|
||||
}
|
||||
|
||||
@ -413,7 +413,7 @@ func crossExport(e1, e2 *Exporter, t *testing.T) {
|
||||
t.Fatal("exportReceive:", err)
|
||||
}
|
||||
|
||||
crossLoop("export", s, r, t)
|
||||
go crossLoop("export", s, r, t)
|
||||
}
|
||||
|
||||
// Import side of cross-traffic.
|
||||
|
Loading…
x
Reference in New Issue
Block a user