good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3160fd24 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

tests: unskip test

parent 02b67558
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment