diff options
Diffstat (limited to 'src/pkg/testing/testing.go')
-rw-r--r-- | src/pkg/testing/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/testing/testing.go b/src/pkg/testing/testing.go index ba721523e..ec4a45371 100644 --- a/src/pkg/testing/testing.go +++ b/src/pkg/testing/testing.go @@ -74,7 +74,6 @@ func Short() bool { return *short } - // Insert final newline if needed and tabs after internal newlines. func tabify(s string) string { n := len(s) |