Browse Source

rename TestGCRandom to _TestGCRandom

pull/3261/head
Anton Kaliaev 5 years ago
parent
commit
1386707ceb
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/clist/clist_test.go

+ 1
- 1
libs/clist/clist_test.go 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")
}


Loading…
Cancel
Save