aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs')
-rw-r--r--src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs b/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs
index fcdff11da4..c5d43f08d9 100644
--- a/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs
+++ b/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLineGeneratorTests.cs
@@ -16,13 +16,12 @@
#endregion
-using System.Reflection;
using Microsoft.Build.Framework;
using Moq;
using NUnit.Framework;
namespace Grpc.Tools.Tests {
- internal class ProtoCompileCommandLineGeneratorTests : ProtoCompileBasicTests {
+ public class ProtoCompileCommandLineGeneratorTest : ProtoCompileBasicTest {
[SetUp]
public new void SetUp() {
_task.Generator = "csharp";
@@ -158,5 +157,5 @@ namespace Grpc.Tools.Tests {
Assert.That(_task.LastResponseFile,
Does.Contain("--csharp_out=" + expect));
}
- }
+ };
}