Skip to content

Commit 3160fd2

Browse files
committed
tests: unskip test
1 parent 02b6755 commit 3160fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/state_test_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski
108108
}
109109

110110
for name, test := range tests {
111-
if skipTest[name] || name != "loop_stacklimit_1021" {
111+
if skipTest[name] {
112112
glog.Infoln("Skipping state test", name)
113113
continue
114114
}

0 commit comments

Comments
 (0)