From fa910966ede699f90b2760d7a11ac0ef5dbda029 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 3 Mar 2015 11:18:50 +0100 Subject: Redone rlp --- tests/vm/gh_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vm') 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() -- cgit v1.2.3