diff options
Diffstat (limited to 'src/pkg/json/scanner_test.go')
| -rw-r--r-- | src/pkg/json/scanner_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/json/scanner_test.go b/src/pkg/json/scanner_test.go index 40bf295177..0b86cb537d 100644 --- a/src/pkg/json/scanner_test.go +++ b/src/pkg/json/scanner_test.go @@ -7,7 +7,6 @@ package json import ( "bytes" "math" - "os" "rand" "reflect" "testing" @@ -140,7 +139,7 @@ func TestIndentBig(t *testing.T) { type indentErrorTest struct { in string - err os.Error + err error } var indentErrorTests = []indentErrorTest{ |
