aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-03 18:18:50 +0800
committerobscuren <geffobscura@gmail.com>2015-03-03 18:18:50 +0800
commitfa910966ede699f90b2760d7a11ac0ef5dbda029 (patch)
tree0e75b1ad8ee2c6431d05335c72fc061bbe505727 /tests
parent2f647c443a6faf3a0639f9e54fdd262fe917b49b (diff)
downloaddexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.gz
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.bz2
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.lz
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.xz
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.tar.zst
dexon-fa910966ede699f90b2760d7a11ac0ef5dbda029.zip
Redone rlp
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/gh_test.go2
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()