aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-06-03 16:20:59 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-06-03 16:20:59 +0800
commit9085b10508f1a3a5830549037f033ca58d184a0e (patch)
treef5eacaf62c8196f0f5e615666cfcc20941cd06b1 /tests/block_test.go
parent5b14fdb94b61af9f17f53593766a706c9780a7be (diff)
parent0fa9d2431f54d603ef12c63a322d53d1c214d0a0 (diff)
downloaddexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar.gz
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar.bz2
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar.lz
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar.xz
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.tar.zst
dexon-9085b10508f1a3a5830549037f033ca58d184a0e.zip
Merge pull request #1169 from Gustav-Simonsson/unsupport_bruncles
Unsupport bruncles
Diffstat (limited to 'tests/block_test.go')
-rw-r--r--tests/block_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index f5dfac017..8191d56a2 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -18,6 +18,7 @@ func TestBcValidBlockTests(t *testing.T) {
func TestBcUncleTests(t *testing.T) {
runBlockTestsInFile("files/BlockTests/bcUncleTest.json", []string{}, t)
+ runBlockTestsInFile("files/BlockTests/bcBruncleTest.json", []string{}, t)
}
func TestBcUncleHeaderValidityTests(t *testing.T) {