OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / syndtr / goleveldb / leveldb / table / table_suite_test.go
1 package table
2
3 import (
4         "testing"
5
6         "github.com/syndtr/goleveldb/leveldb/testutil"
7 )
8
9 func TestTable(t *testing.T) {
10         testutil.RunSuite(t, "Table Suite")
11 }