aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2017-01-12 17:31:45 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2017-01-12 17:32:21 +0800
commit3160fd24baa6800d9cdf841cf4f0963a5777c6ad (patch)
tree27081ec58e7b8d73743c26b714c5c1e02c127c94 /tests
parent02b67558e8eaa7b34a28b8dd0223824bbbb52349 (diff)
downloaddexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar.gz
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar.bz2
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar.lz
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar.xz
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.tar.zst
dexon-3160fd24baa6800d9cdf841cf4f0963a5777c6ad.zip
tests: unskip test
Diffstat (limited to 'tests')
-rw-r--r--tests/state_test_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/state_test_util.go b/tests/state_test_util.go
index 7841aecfe..5469a4c71 100644
--- a/tests/state_test_util.go
+++ b/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
}