diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-03 18:18:50 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-03 18:18:50 +0800 |
commit | fa910966ede699f90b2760d7a11ac0ef5dbda029 (patch) | |
tree | 0e75b1ad8ee2c6431d05335c72fc061bbe505727 /tests | |
parent | 2f647c443a6faf3a0639f9e54fdd262fe917b49b (diff) | |
download | dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.gz dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.zst dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.zip |
Redone rlp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/gh_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index f8c42f09c..f2e3685a0 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -80,7 +80,7 @@ func RunVmTest(p string, t *testing.T) { for name, test := range tests { helper.Logger.SetLogLevel(4) - if name != "env1" { + if name != "mul7" { continue } db, _ := ethdb.NewMemDatabase() |