summaryrefslogtreecommitdiffstats
path: root/langs/language_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'langs/language_test.go')
-rw-r--r--langs/language_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/langs/language_test.go b/langs/language_test.go
index e2c734567..543f4a133 100644
--- a/langs/language_test.go
+++ b/langs/language_test.go
@@ -23,7 +23,6 @@ import (
)
func TestCollator(t *testing.T) {
-
c := qt.New(t)
var wg sync.WaitGroup
@@ -43,7 +42,6 @@ func TestCollator(t *testing.T) {
}()
}
wg.Wait()
-
}
func BenchmarkCollator(b *testing.B) {
@@ -75,5 +73,4 @@ func BenchmarkCollator(b *testing.B) {
}
})
})
-
}