Browse Source

tests: unskip test

Jeffrey Wilcke 8 năm trước cách đây
mục cha
commit
3160fd24ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/state_test_util.go

+ 1 - 1
tests/state_test_util.go

@@ -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
 		}