aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Test
diff options
context:
space:
mode:
authorGravatar Julien Brianceau <jbriance@cisco.com>2016-11-14 22:27:05 +0100
committerGravatar Julien Brianceau <jbriance@cisco.com>2016-11-14 22:32:15 +0100
commit3c0e0ce2b0647130d3ae510a34bec6682e051a48 (patch)
tree8fc7c87de84694b1ee388b551f91612907b7941e /csharp/src/Google.Protobuf.Test
parent0c0f7e2aa8816d64e9994361ff89783b0ec23f48 (diff)
Fix csharp/src/Google.Protobuf.Test/project.json
This change fixes the following Chromium presubmit error: third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json could not be parsed: Expecting property name: line 25 column 3 (char 482)
Diffstat (limited to 'csharp/src/Google.Protobuf.Test')
-rw-r--r--csharp/src/Google.Protobuf.Test/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Test/project.json b/csharp/src/Google.Protobuf.Test/project.json
index 87b732c9..3a73bf7a 100644
--- a/csharp/src/Google.Protobuf.Test/project.json
+++ b/csharp/src/Google.Protobuf.Test/project.json
@@ -21,7 +21,7 @@
"dependencies": {
"Google.Protobuf": { "target": "project" },
"NUnit": "3.4.0",
- "dotnet-test-nunit": "3.4.0-alpha-2",
+ "dotnet-test-nunit": "3.4.0-alpha-2"
},
"testRunner": "nunit",