about summary refs log tree commit diff
path: root/IrcStates/Tests/Emit.cs
blob: f4495c5ea6feaf8fad0d1e43a9a69e7a990447be (plain) (blame)
1
2
3
4
5
6
7
8
9
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace IrcStates.Tests
{
    [TestClass]
    public class Emit
    {
    }
}