From df238dc7ec0f336b07740598aa552c01f34b8d4e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 17 Oct 2014 17:39:31 +0200 Subject: [PATCH] tests/vm: fix syntax --- tests/vm/gh_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 0e0c6aa49..2dcdec570 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -4,7 +4,6 @@ import ( "bytes" "testing" - "github.com/ethereum/eth-go/ethlog" "github.com/ethereum/eth-go/ethstate" "github.com/ethereum/eth-go/ethutil" "github.com/ethereum/eth-go/tests/helper" @@ -88,10 +87,6 @@ func RunVmTest(url string, t *testing.T) { } // I've created a new function for each tests so it's easier to identify where the problem lies if any of them fail. -func TestVMSha3(t *testing.T) { - helper.Logger.SetLogLevel(ethlog.Silence) - defer helper.Logger.SetLogLevel(ethlog.DebugLevel) - func TestVMArithmetic(t *testing.T) { const url = "https://raw.githubusercontent.com/ethereum/tests/develop/vmtests/vmArithmeticTest.json" RunVmTest(url, t)