7393: Add S3 volume type.
[arvados.git] / services / keepstore / bufferpool_test.go
index 8726a19150c7faf2f309cc6b3ba647d9aa40dd54..7b51b643cea54ba0b5643a2bf84c4ccfed9bcd5f 100644 (file)
@@ -2,15 +2,9 @@ package main
 
 import (
        . "gopkg.in/check.v1"
-       "testing"
        "time"
 )
 
-// Gocheck boilerplate
-func TestBufferPool(t *testing.T) {
-       TestingT(t)
-}
-
 var _ = Suite(&BufferPoolSuite{})
 
 type BufferPoolSuite struct{}