diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-30 00:11:46 -0500 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-30 00:11:46 -0500 |
commit | 149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3 (patch) | |
tree | 2616c762651a8e516e348c3741d502a1f68ffd16 /db_test.go | |
parent | Add freelist page type. (diff) | |
download | dedo-149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3.tar.gz dedo-149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3.tar.xz |
Fix leaf/branch deserialization.
Diffstat (limited to 'db_test.go')
-rw-r--r-- | db_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ func TestDBCorruptMeta0(t *testing.T) { // Open the database. err := db.Open(path, 0666) - warn(err) assert.Equal(t, err, &Error{"meta error", InvalidError}) }) } |