mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
Fix VM tests not checked
This commit is contained in:
parent
a56243075a
commit
0af08eca1f
1 changed files with 0 additions and 4 deletions
|
|
@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
|
|||
helper.CreateFileTests(t, p, &tests)
|
||||
|
||||
for name, test := range tests {
|
||||
helper.Logger.SetLogLevel(4)
|
||||
if name != "TransactionNonceCheck2" {
|
||||
continue
|
||||
}
|
||||
db, _ := ethdb.NewMemDatabase()
|
||||
statedb := state.New(nil, db)
|
||||
for addr, account := range test.Pre {
|
||||
|
|
|
|||
Loading…
Reference in a new issue