Chromium Code Reviews| Index: third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs |
| diff --git a/third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs b/third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs |
| index a0a62227684904418945b4bd404c92458293bc15..527ab3361e9f771f4aa4b5c756e639a1b43fc196 100644 |
| --- a/third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs |
| +++ b/third_party/protobuf/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs |
| @@ -249,7 +249,6 @@ namespace Google.Protobuf |
| [TestCase("[,", 1)] |
| [TestCase("{", 1)] |
| [TestCase("{,", 1)] |
| - [TestCase("{", 1)] |
| [TestCase("{[", 1)] |
| [TestCase("{{", 1)] |
| [TestCase("{0", 1)] |