aboutsummaryrefslogtreecommitdiffstats
path: root/tests/state_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-09 06:07:44 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-14 06:26:07 +0800
commita91908e5678397a466060aa614081974a4a36455 (patch)
tree978be70e63397722f6bec971f045418096995fab /tests/state_test.go
parentae33883c2fd72b960e774833708deb1ce10e3fe4 (diff)
downloaddexon-a91908e5678397a466060aa614081974a4a36455.tar
dexon-a91908e5678397a466060aa614081974a4a36455.tar.gz
dexon-a91908e5678397a466060aa614081974a4a36455.tar.bz2
dexon-a91908e5678397a466060aa614081974a4a36455.tar.lz
dexon-a91908e5678397a466060aa614081974a4a36455.tar.xz
dexon-a91908e5678397a466060aa614081974a4a36455.tar.zst
dexon-a91908e5678397a466060aa614081974a4a36455.zip
tests: updated
Diffstat (limited to 'tests/state_test.go')
-rw-r--r--tests/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/state_test.go b/tests/state_test.go
index 73dcc59a5..ac839186a 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -751,7 +751,7 @@ func TestEIP158_150SingleCodeGasPrice(t *testing.T) {
EIP158Block: big.NewInt(3500000),
}
- fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPSingleCodeGasPrices.json")
+ fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPsingleCodeGasPrices.json")
if err := RunStateTest(chainConfig, fn, StateSkipTests); err != nil {
t.Error(err)
}