Merge pull request #3555 from obscuren/unskip-test

tests: unskip test
This commit is contained in:
Péter Szilágyi 2017-01-12 12:08:56 +02:00 committed by GitHub
commit 3dab303826

View File

@ -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
}