aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-28 09:52:42 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-28 09:52:42 -0700
commitf9c32d62a7eb0d3319470856de7e5e2975577147 (patch)
treeeded8e73cb536956346853ec089b6358271fa832 /src/csharp/Grpc.IntegrationTesting/InteropServer.cs
parentc5318a2aa7d486411fc6de4c124eb931d614855c (diff)
parent9b1f91e7eac88ba477871a60912cc3b6ed3380ed (diff)
Merge branch 'master' of github.com:grpc/grpc into cpp_docs
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/InteropServer.cs')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/InteropServer.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
index 0cc8b2cde1..718278f30a 100644
--- a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
+++ b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
@@ -37,10 +37,9 @@ using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
-using Google.ProtocolBuffers;
-using grpc.testing;
using Grpc.Core;
using Grpc.Core.Utils;
+using Grpc.Testing;
using NUnit.Framework;
namespace Grpc.IntegrationTesting