summaryrefslogtreecommitdiff
path: root/libgo/go/encoding/json/scanner_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/encoding/json/scanner_test.go')
-rw-r--r--libgo/go/encoding/json/scanner_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/go/encoding/json/scanner_test.go b/libgo/go/encoding/json/scanner_test.go
index 66383ef0ef..c5c1be31f1 100644
--- a/libgo/go/encoding/json/scanner_test.go
+++ b/libgo/go/encoding/json/scanner_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -119,6 +119,7 @@ func TestCompactBig(t *testing.T) {
}
func TestIndentBig(t *testing.T) {
+ t.Parallel()
initBig()
var buf bytes.Buffer
if err := Indent(&buf, jsonBig, "", "\t"); err != nil {