tests: unskip test

This commit is contained in:
Jeffrey Wilcke 2017-01-12 10:31:45 +01:00
parent 02b67558e8
commit 3160fd24ba
1 changed files with 1 additions and 1 deletions

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
}