Skip to content

Commit b031002

Browse files
authored
Merge pull request #9604 from jjjike2021/fix-dep
fn: remove x/exp/slices dependency
2 parents ea050d0 + 796110f commit b031002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fn/list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package fn
33
import (
44
"math/rand"
55
"reflect"
6+
"slices"
67
"testing"
78
"testing/quick"
89

910
"github.com/stretchr/testify/require"
10-
"golang.org/x/exp/slices"
1111
)
1212

1313
func GenList(r *rand.Rand) *List[uint32] {

0 commit comments

Comments
 (0)