aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block_test.go')
-rw-r--r--core/types/block_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/types/block_test.go b/core/types/block_test.go
index 1e963b33b..b2ac5485c 100644
--- a/core/types/block_test.go
+++ b/core/types/block_test.go
@@ -16,6 +16,7 @@
package types
+/*
import (
"bytes"
"fmt"
@@ -68,3 +69,4 @@ func TestBlockEncoding(t *testing.T) {
t.Errorf("encoded block mismatch:\ngot: %x\nwant: %x", ourBlockEnc, blockEnc)
}
}
+*/