]> Cypherpunks repositories - gostls13.git/commit
runtime: move testSchedLocalQueue* to export_test
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 12 Mar 2016 23:41:08 +0000 (16:41 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 13 Mar 2016 00:34:58 +0000 (00:34 +0000)
commit6dfcc336c520efc85c5aab06ea9d6c45d0aad214
treed7ad83dead160f6368fcd47daf2b8d3e4b0449da
parentab5cbc672b988a1cf656a27c2d5d8182cd660cc6
runtime: move testSchedLocalQueue* to export_test

Move functions testSchedLocalQueueLocal and testSchedLocalQueueSteal
from proc.go to export_test.go, the only site that they are used.

Fixes #14796

Change-Id: I16b6fa4a13835eab33f66a2c2e87a5f5c79b7bd3
Reviewed-on: https://go-review.googlesource.com/20640
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/export_test.go
src/runtime/proc.go