diff options
Diffstat (limited to 'src/runtime/string_test.go')
| -rw-r--r-- | src/runtime/string_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/string_test.go b/src/runtime/string_test.go index 522a502a1c..942e7ac04a 100644 --- a/src/runtime/string_test.go +++ b/src/runtime/string_test.go @@ -388,8 +388,6 @@ func TestString2Slice(t *testing.T) { } } -const intSize = 32 << (^uint(0) >> 63) - func TestParseByteCount(t *testing.T) { for _, test := range []struct { in string |
