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