aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/tests.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-13 14:56:08 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-13 14:56:08 +0200
commit7a9a9f6d1a79bdb4858b2eb0f41e9badc55ae8db (patch)
treebd01d114444e738bc4f7076bd233508d871d81a3 /src/csharp/tests.json
parent62901c1631e21657554a17dba9bfee550342edfd (diff)
fix tests.json
Diffstat (limited to 'src/csharp/tests.json')
-rw-r--r--src/csharp/tests.json4
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"
]
}