mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-13 15:42:19 +00:00
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:
parent
66faac0c99
commit
5c1f700acc
@ -1193,13 +1193,6 @@ func TestDecoder(t *testing.T) {
|
||||
{E: errEOF},
|
||||
},
|
||||
},
|
||||
{
|
||||
in: `{""`,
|
||||
want: []R{
|
||||
{V: ObjectOpen},
|
||||
{E: errEOF},
|
||||
},
|
||||
},
|
||||
{
|
||||
in: `{"":`,
|
||||
want: []R{
|
||||
|
Loading…
Reference in New Issue
Block a user