diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-08-13 14:56:08 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-13 14:56:08 +0200 |
commit | 7a9a9f6d1a79bdb4858b2eb0f41e9badc55ae8db (patch) | |
tree | bd01d114444e738bc4f7076bd233508d871d81a3 /src/csharp | |
parent | 62901c1631e21657554a17dba9bfee550342edfd (diff) |
fix tests.json
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/tests.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/tests.json b/src/csharp/tests.json index 483d1d7aad..d06fbb7869 100644 --- a/src/csharp/tests.json +++ b/src/csharp/tests.json @@ -66,11 +66,11 @@ "Grpc.Tools.Tests": [ "Grpc.Tools.Tests.CppGeneratorTests", "Grpc.Tools.Tests.CSharpGeneratorTests", + "Grpc.Tools.Tests.DepFileUtilTests", "Grpc.Tools.Tests.GeneratorTests", "Grpc.Tools.Tests.ProtoCompileBasicTests", "Grpc.Tools.Tests.ProtoCompileCommandLineGeneratorTests", "Grpc.Tools.Tests.ProtoCompileCommandLinePrinterTests", - "Grpc.Tools.Tests.ProtoToolsPlatformTaskTests", - "Grps.Tools.Tests.DepFileUtilTests" + "Grpc.Tools.Tests.ProtoToolsPlatformTaskTests" ] } |