aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/ServiceTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/ProtocolBuffers.Test/ServiceTest.cs')
-rw-r--r--csharp/ProtocolBuffers.Test/ServiceTest.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/csharp/ProtocolBuffers.Test/ServiceTest.cs b/csharp/ProtocolBuffers.Test/ServiceTest.cs
new file mode 100644
index 00000000..0f706a43
--- /dev/null
+++ b/csharp/ProtocolBuffers.Test/ServiceTest.cs
@@ -0,0 +1,10 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+using NUnit.Framework;
+
+namespace Google.ProtocolBuffers {
+ [TestFixture]
+ public class ServiceTest {
+ }
+}