Skip to content

Commit 5a27d18

Browse files
committed
Run all existing special tests with Roslyn 1.3 and Roslyn 2.0
1 parent d180895 commit 5a27d18

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.SpecialRules
5+
{
6+
using StyleCop.Analyzers.Test.SpecialRules;
7+
8+
public class SA0001CSharp7UnitTests : SA0001UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.SpecialRules
5+
{
6+
using StyleCop.Analyzers.Test.SpecialRules;
7+
8+
public class SA0002CSharp7UnitTests : SA0002UnitTests
9+
{
10+
}
11+
}

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp7/StyleCop.Analyzers.Test.CSharp7.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@
340340
<Compile Include="SpacingRules\SA1027CSharp7UnitTests.cs" />
341341
<Compile Include="SpacingRules\SA1027UseTabsCSharp7UnitTests.cs" />
342342
<Compile Include="SpacingRules\SA1028CSharp7UnitTests.cs" />
343+
<Compile Include="SpecialRules\SA0001CSharp7UnitTests.cs" />
344+
<Compile Include="SpecialRules\SA0002CSharp7UnitTests.cs" />
343345
</ItemGroup>
344346
<ItemGroup>
345347
<None Include="..\..\build\keys\TestingKey.snk">

0 commit comments

Comments
 (0)