internal/encoding/json: remove duplicate test

This test was accidentally duplicated in CL 569356.

Change-Id: I0e2f81fbebe9b4c37bf6d28615e0bf51d28cfc4c
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/607777
Auto-Submit: Michael Stapelberg <stapelberg@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Christian Höppner <hoeppi@google.com>
This commit is contained in:
Michael Stapelberg 2024-08-23 10:26:59 +02:00 committed by Gopher Robot
parent 66faac0c99
commit 5c1f700acc

View File

@ -1193,13 +1193,6 @@ func TestDecoder(t *testing.T) {
{E: errEOF},
},
},
{
in: `{""`,
want: []R{
{V: ObjectOpen},
{E: errEOF},
},
},
{
in: `{"":`,
want: []R{