aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs')
-rw-r--r--src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs b/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs
index 91cfceaf56..a0406371dc 100644
--- a/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs
+++ b/src/csharp/Grpc.Tools.Tests/ProtoCompileCommandLinePrinterTests.cs
@@ -16,13 +16,12 @@
#endregion
-using System.Reflection;
using Microsoft.Build.Framework;
using Moq;
using NUnit.Framework;
namespace Grpc.Tools.Tests {
- internal class ProtoCompileCommandLinePrinterTests : ProtoCompileBasicTests {
+ public class ProtoCompileCommandLinePrinterTest : ProtoCompileBasicTest {
[SetUp]
public new void SetUp() {
_task.Generator = "csharp";
@@ -44,5 +43,5 @@ namespace Grpc.Tools.Tests {
bool result = _task.Execute();
Assert.IsTrue(result);
}
- }
+ };
}