summaryrefslogtreecommitdiffstats
path: root/deps/deps_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'deps/deps_test.go')
-rw-r--r--deps/deps_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/deps_test.go b/deps/deps_test.go
index 5c58ed7a3..d68276732 100644
--- a/deps/deps_test.go
+++ b/deps/deps_test.go
@@ -20,7 +20,6 @@ import (
)
func TestBuildFlags(t *testing.T) {
-
c := qt.New(t)
var bf BuildState
bf.Incr()
@@ -28,5 +27,4 @@ func TestBuildFlags(t *testing.T) {
bf.Incr()
c.Assert(bf.Incr(), qt.Equals, 4)
-
}