blob: 6465da6e3707c48ab28ebc176c33b80b66c0c8b3 [file] [log] [blame]
package table
import (
"testing"
"github.com/syndtr/goleveldb/leveldb/testutil"
)
func TestTable(t *testing.T) {
testutil.RunSuite(t, "Table Suite")
}