aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-26 20:48:39 +0800
committerobscuren <geffobscura@gmail.com>2015-05-26 20:48:39 +0800
commit52b4e51366d14d6d974c7a72697606cb588636b7 (patch)
tree9e6f9a99d2392c75c57815e8e0725e5067f95234 /tests/block_test.go
parent13e662f6dec6342a488a9dad60f2093b72c14bb6 (diff)
parent0a85260bcd1c6f084c820e709cfdf476ca9a2ac4 (diff)
downloadgo-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar.gz
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar.bz2
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar.lz
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar.xz
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.tar.zst
go-tangerine-52b4e51366d14d6d974c7a72697606cb588636b7.zip
Merge branch 'release/0.9.24'
Diffstat (limited to 'tests/block_test.go')
-rw-r--r--tests/block_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index d17cab477..f5dfac017 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) {
runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t)
}
-func TestBcJSAPITests(t *testing.T) {
- runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t)
-}
-
func TestBcRPCAPITests(t *testing.T) {
runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
}