encoding/json/jsontext: drop duplicate import

This is a semantic conflict between CL 779920 and CL 779960.

Change-Id: I0a6e153200d8c0ef0c1cad05e52b42176a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/780060
TryBot-Bypass: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
This commit is contained in:
Michael Pratt 2026-05-19 15:10:53 -04:00
parent 83b29183af
commit 469636308b

View file

@ -13,8 +13,6 @@ import (
"reflect"
"strconv"
"testing"
"internal/testenv"
)
func TestTokenStringAllocations(t *testing.T) {