Skip to content

Commit e3297fa

Browse files
committed
common/synctest: merge versioned file into synctest.go
common/synctest: fix gofmt formatting
1 parent 963a5d7 commit e3297fa

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

common/synctest/synctest.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616

1717
package synctest
1818

19-
import (
20-
"testing"
21-
"testing/synctest"
22-
)
19+
import "testing/synctest"
2320

2421
//
2522
// NOTE: we can remove this pkg once go1.26 is out, and we've dropped support for go1.25
2623
//
2724

2825
var Wait = synctest.Wait // nolint:govet
29-
30-
type testFunc func(t *testing.T, f func(*testing.T))
26+
var Test = synctest.Test // nolint:govet

common/synctest/synctest_go_1_25_and_beyond.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)