예제 #1
0
파일: bsearch_test.go 프로젝트: taysom/va
func Test8(tst *testing.T) {
	var a, b, c Tree
	tree.Test8(tst, &a, &b, &c)
}
예제 #2
0
파일: mixed_test.go 프로젝트: taysom/va
func Test8(tst *testing.T) {
	var a bplus.Tree
	var b, c merge.Tree
	tree.Test8(tst, &a, &b, &c)
}