good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3dab3038 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #3555 from obscuren/unskip-test

tests: unskip test
parents ce7822c1 3160fd24
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