aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/state_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/state_test.go b/tests/state_test.go
index 1ee162613..4c1820944 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -130,6 +130,15 @@ func TestStateTransaction(t *testing.T) {
}
}
+func TestStateTransition(t *testing.T) {
+ params.HomesteadBlock = big.NewInt(1000000)
+
+ fn := filepath.Join(stateTestDir, "stTransitionTest.json")
+ if err := RunStateTest(fn, StateSkipTests); err != nil {
+ t.Error(err)
+ }
+}
+
func TestCallCreateCallCode(t *testing.T) {
params.HomesteadBlock = big.NewInt(1000000)