aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-02 18:37:33 +0800
committerobscuren <geffobscura@gmail.com>2014-12-02 18:37:33 +0800
commit99481a245adc2c4814ab6b38d94d63114f7bbb15 (patch)
tree947c32130249267c9cc0a9d0fd3b0a2bf77dda12 /tests
parent9f7a8ea5e696f1329d0ea2d0a679c385887ee149 (diff)
downloadgo-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar.gz
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar.bz2
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar.lz
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar.xz
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.tar.zst
go-tangerine-99481a245adc2c4814ab6b38d94d63114f7bbb15.zip
Check for known block err and ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/gh_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index 7e6160860..5391e0500 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -142,7 +142,6 @@ func TestEnvironmentalInfo(t *testing.T) {
}
func TestFlowOperation(t *testing.T) {
- //helper.Logger.SetLogLevel(5)
const fn = "../files/vmtests/vmIOandFlowOperationsTest.json"
RunVmTest(fn, t)
}
@@ -153,7 +152,6 @@ func TestPushDupSwap(t *testing.T) {
}
func TestVMSha3(t *testing.T) {
- //helper.Logger.SetLogLevel(5)
const fn = "../files/vmtests/vmSha3Test.json"
RunVmTest(fn, t)
}