Merge pull request #3555 from obscuren/unskip-test

tests: unskip test
pull/3545/head
Péter Szilágyi 8 years ago committed by GitHub
commit 3dab303826
  1. 2
      tests/state_test_util.go

@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski
}
for name, test := range tests {
if skipTest[name] || name != "loop_stacklimit_1021" {
if skipTest[name] {
glog.Infoln("Skipping state test", name)
continue
}

Loading…
Cancel
Save