removed empty test file
This commit is contained in:
parent
df74f2481a
commit
ab1facc20f
|
@ -50,7 +50,6 @@
|
||||||
<Compile Include="BlockHandlerTests.cs" />
|
<Compile Include="BlockHandlerTests.cs" />
|
||||||
<Compile Include="IntegrationTests.cs" />
|
<Compile Include="IntegrationTests.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="StateResolverTests.cs" />
|
|
||||||
<Compile Include="TestStories\Resources.Designer.cs">
|
<Compile Include="TestStories\Resources.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
|
@ -85,4 +84,4 @@
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
namespace Ficdown.Parser.Tests
|
|
||||||
{
|
|
||||||
public class StateResolverTests
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue