aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtoGen.Test/DependencyResolutionTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/ProtoGen.Test/DependencyResolutionTest.cs')
-rw-r--r--csharp/ProtoGen.Test/DependencyResolutionTest.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/csharp/ProtoGen.Test/DependencyResolutionTest.cs b/csharp/ProtoGen.Test/DependencyResolutionTest.cs
new file mode 100644
index 00000000..1906c44d
--- /dev/null
+++ b/csharp/ProtoGen.Test/DependencyResolutionTest.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+using NUnit.Framework;
+
+namespace ProtoGen {
+ /// <summary>
+ /// Tests for the dependency resolution in Generator.
+ /// </summary>
+ [TestFixture]
+ public class DependencyResolutionTest {
+
+ [Test]
+ public void TwoDistinctFiles() {
+ }
+ }
+}