]> git.arvados.org - arvados.git/blob - services/keepstore/gocheck_test.go
Merge branch '9277-container-output' closes #9277
[arvados.git] / services / keepstore / gocheck_test.go
1 package main
2
3 import (
4         "gopkg.in/check.v1"
5         "testing"
6 )
7
8 func TestGocheck(t *testing.T) {
9         check.TestingT(t)
10 }