Sign in
fuchsia
/
third_party
/
goleveldb
/
ae167dfac54dda1ab382bdfaa64765ad82b24a06
/
.
/
leveldb
/
memdb
/
memdb_suite_test.go
blob: 18c304b7f19a6c66b008e7fe2f6d879cf0a0a6ad [
file
] [
log
] [
blame
]
package memdb
import (
"testing"
"github.com/syndtr/goleveldb/leveldb/testutil"
)
func TestMemDB(t *testing.T) {
testutil.RunSuite(t, "MemDB Suite")
}