diff options
Diffstat (limited to 'plugin/file/tree/less_test.go')
-rw-r--r-- | plugin/file/tree/less_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/tree/less_test.go b/plugin/file/tree/less_test.go index ed021b66f..dfd702c55 100644 --- a/plugin/file/tree/less_test.go +++ b/plugin/file/tree/less_test.go @@ -65,7 +65,7 @@ Tests: sort.Sort(set(test.in)) for i := 0; i < len(test.in); i++ { if test.in[i] != test.out[i] { - t.Errorf("Test %d: expected %s, got %s\n", j, test.out[i], test.in[i]) + t.Errorf("Test %d: expected %s, got %s", j, test.out[i], test.in[i]) n := "" for k, in := range test.in { if k+1 == len(test.in) { |