aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtoGen.Test/GeneratorTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/ProtoGen.Test/GeneratorTest.cs')
-rw-r--r--csharp/ProtoGen.Test/GeneratorTest.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/csharp/ProtoGen.Test/GeneratorTest.cs b/csharp/ProtoGen.Test/GeneratorTest.cs
new file mode 100644
index 00000000..137d9348
--- /dev/null
+++ b/csharp/ProtoGen.Test/GeneratorTest.cs
@@ -0,0 +1,7 @@
+using NUnit.Framework;
+
+namespace ProtoGen {
+ [TestFixture]
+ public class GeneratorTest {
+ }
+}