Skip to content

Commit

Permalink
internal/encoding/json: remove duplicate test
Browse files Browse the repository at this point in the history
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 <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Christian Höppner <[email protected]>
  • Loading branch information
stapelberg authored and gopherbot committed Aug 23, 2024
1 parent 66faac0 commit 5c1f700
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/encoding/json/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,13 +1193,6 @@ func TestDecoder(t *testing.T) {
{E: errEOF},
},
},
{
in: `{""`,
want: []R{
{V: ObjectOpen},
{E: errEOF},
},
},
{
in: `{"":`,
want: []R{
Expand Down

0 comments on commit 5c1f700

Please sign in to comment.