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

// ReSharper disable InconsistentNaming

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