aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-23 16:27:08 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-23 16:28:13 +0200
commit27aa8cdd2431068606741a589383c02c149ea625 (patch)
treed423447ee374fbfa802f7ff354651fd34afe0fb2 /formats/packfile/common_test.go
parentfa058d42fa3bc53f39108a56dad67157169b2191 (diff)
downloadgo-git-27aa8cdd2431068606741a589383c02c149ea625.tar.gz
formats/packfile: cleanup
Diffstat (limited to 'formats/packfile/common_test.go')
-rw-r--r--formats/packfile/common_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/formats/packfile/common_test.go b/formats/packfile/common_test.go
new file mode 100644
index 0000000..104a5d2
--- /dev/null
+++ b/formats/packfile/common_test.go
@@ -0,0 +1,9 @@
+package packfile
+
+import (
+ "testing"
+
+ . "gopkg.in/check.v1"
+)
+
+func Test(t *testing.T) { TestingT(t) }