mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-15 07:39:08 +00:00
Add new 0th gen uncle test
This commit is contained in:
parent
8a76b45253
commit
0fa9d2431f
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue