Skip to content

Commit

Permalink
tests: unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Jan 12, 2017
1 parent 02b6755 commit 3160fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3160fd2

Please sign in to comment.