aboutsummaryrefslogtreecommitdiffstats
path: root/core/filter_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-18 20:12:54 +0800
committerobscuren <geffobscura@gmail.com>2014-12-18 20:12:54 +0800
commit49e0267fe76cfd13eaf3e5e26caa637b93dbdd29 (patch)
treeaec7d379e9a981af2c72f194acc594d658b8e7cf /core/filter_test.go
parent590aace88dce9922d40fca71e87905383a71d12b (diff)
downloadgo-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar.gz
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar.bz2
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar.lz
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar.xz
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.tar.zst
go-tangerine-49e0267fe76cfd13eaf3e5e26caa637b93dbdd29.zip
Locks, refactor, tests
* Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
Diffstat (limited to 'core/filter_test.go')
-rw-r--r--core/filter_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/filter_test.go b/core/filter_test.go
index d53b835b7..9a8bc9592 100644
--- a/core/filter_test.go
+++ b/core/filter_test.go
@@ -1,7 +1 @@
package core
-
-// import "testing"
-
-// func TestFilter(t *testing.T) {
-// NewFilter(NewTestManager())
-// }