rename TestGCRandom to _TestGCRandom

This commit is contained in:
Anton Kaliaev
2019-02-06 18:36:54 +04:00
parent 1a35895ac8
commit 1386707ceb
+1 -1
View File
@@ -117,7 +117,7 @@ func _TestGCFifo(t *testing.T) {
// This test is quite hacky because it relies on SetFinalizer
// which isn't guaranteed to run at all.
//nolint:unused,deadcode
func TestGCRandom(t *testing.T) {
func _TestGCRandom(t *testing.T) {
if runtime.GOARCH != "amd64" {
t.Skipf("Skipping on non-amd64 machine")
}