Skip to content

Commit aeededc

Browse files
committed
wasm: update db_test.go for WASM support changes
Update the db_test.go file to accommodate the recent WASM-related changes, including simplifying platform-specific page size handling and adjusting tests to handle WASM memory constraints. Signed-off-by: Travis Cline <[email protected]>
1 parent a9cd41e commit aeededc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
bolt "go.etcd.io/bbolt"
2525
berrors "go.etcd.io/bbolt/errors"
2626
"go.etcd.io/bbolt/internal/btesting"
27+
"go.etcd.io/bbolt/internal/common"
2728
)
2829

2930
// pageSize is the size of one page in the data file.

0 commit comments

Comments
 (0)