summaryrefslogtreecommitdiffstats
path: root/compare
diff options
context:
space:
mode:
Diffstat (limited to 'compare')
-rw-r--r--compare/compare_strings_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/compare/compare_strings_test.go b/compare/compare_strings_test.go
index db286c2c5..9c4aa5868 100644
--- a/compare/compare_strings_test.go
+++ b/compare/compare_strings_test.go
@@ -61,5 +61,4 @@ func TestLexicographicSort(t *testing.T) {
})
c.Assert(s, qt.DeepEquals, []string{"A", "b", "Ba", "ba", "ba", "Bz"})
-
}