Skip to content

Commit d7ff895

Browse files
committed
Delete Generics file test
1 parent 83fbacc commit d7ff895

File tree

7 files changed

+0
-73
lines changed

7 files changed

+0
-73
lines changed

src/PortToTripleSlash/tests/PortToTripleSlash/PortToTripleSlash.FileSystem.Tests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ public PortToTripleSlash_FileSystem_Tests(ITestOutputHelper output) : base(outpu
1919
[Fact]
2020
public Task Port_Basic() => PortToTripleSlashAsync("Basic");
2121

22-
[Fact]
23-
public Task Port_Generics() => PortToTripleSlashAsync("Generics");
24-
2522
private static async Task PortToTripleSlashAsync(
2623
string testDataDir,
2724
bool skipInterfaceImplementations = true,

src/PortToTripleSlash/tests/PortToTripleSlash/TestData/Generics/MyAssembly.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/PortToTripleSlash/tests/PortToTripleSlash/TestData/Generics/MyGenericType`1+Enumerator.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/PortToTripleSlash/tests/PortToTripleSlash/TestData/Generics/MyGenericType`1.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/PortToTripleSlash/tests/PortToTripleSlash/TestData/Generics/SourceExpected.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/PortToTripleSlash/tests/PortToTripleSlash/TestData/Generics/SourceOriginal.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/PortToTripleSlash/tests/tests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@
1313

1414
<ItemGroup>
1515
<!-- All test assets need to get excluded from compilation but still want them to show up in the Solution Explorer. -->
16-
<Compile Remove="PortToTripleSlash\TestData\Generics\SourceExpected.cs" />
17-
<Compile Remove="PortToTripleSlash\TestData\Generics\SourceOriginal.cs" />
1816
<Compile Remove="PortToTripleSlash\TestData\Basic\SourceExpected.cs" />
1917
<Compile Remove="PortToTripleSlash\TestData\Basic\SourceOriginal.cs" />
20-
<Compile Remove="PortToTripleSlash\TestData\Generics\MyAssembly.csproj" />
2118
<Compile Remove="PortToTripleSlash\TestData\Basic\MyAssembly.csproj" />
22-
<None Include="PortToTripleSlash\TestData\Generics\SourceExpected.cs" />
23-
<None Include="PortToTripleSlash\TestData\Generics\SourceOriginal.cs" />
2419
<None Include="PortToTripleSlash\TestData\Basic\SourceExpected.cs" />
2520
<None Include="PortToTripleSlash\TestData\Basic\SourceOriginal.cs" />
26-
<None Include="PortToTripleSlash\TestData\Generics\MyAssembly.csproj" />
2721
<None Include="PortToTripleSlash\TestData\Basic\MyAssembly.csproj" />
2822
</ItemGroup>
2923

0 commit comments

Comments
 (0)