summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs
blob: 57a51a3dc4fe955099502ae3da62bbe4270d50f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using Xunit;

namespace test
{
  public class UnitTest1
  {
    [Fact]
    public void Test1()
    {

    }
  }
}