OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / test / chain_test.go
diff --git a/test/chain_test.go b/test/chain_test.go
deleted file mode 100644 (file)
index 052c357..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build functional
-
-package test
-
-import (
-       "testing"
-)
-
-func TestChain(t *testing.T) {
-       walk(t, chainTestDir, func(t *testing.T, name string, test *chainTestConfig) {
-               if err := test.Run(); err != nil {
-                       t.Fatal(err)
-               }
-       })
-}