about summary refs log tree commit diff
path: root/IrcStates/Tests/ISupport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IrcStates/Tests/ISupport.cs')
-rw-r--r--IrcStates/Tests/ISupport.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/IrcStates/Tests/ISupport.cs b/IrcStates/Tests/ISupport.cs
new file mode 100644
index 0000000..aa6260a
--- /dev/null
+++ b/IrcStates/Tests/ISupport.cs
@@ -0,0 +1,10 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+// ReSharper disable InconsistentNaming
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class ISupport
+    {
+    }
+}