Browse Source

Move SequencePointTests to DebugInfo directory.

pull/1423/head
Siegfried Pammer 6 years ago
parent
commit
e96d48b809
  1. 0
      ICSharpCode.Decompiler.Tests/DebugInfo/SequencePointTests.cs
  2. 2
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

0
ICSharpCode.Decompiler.Tests/Util/SequencePointTests.cs → ICSharpCode.Decompiler.Tests/DebugInfo/SequencePointTests.cs

2
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -123,7 +123,7 @@ @@ -123,7 +123,7 @@
<Compile Include="TestCases\Pretty\NullPropagation.cs" />
<Compile Include="TestCases\Pretty\VariableNaming.cs" />
<Compile Include="TestCases\Pretty\VariableNamingWithoutSymbols.cs" />
<Compile Include="Util\SequencePointTests.cs" />
<Compile Include="DebugInfo\SequencePointTests.cs" />
<None Include="TestCases\ILPretty\Issue1047.il" />
<None Include="TestCases\ILPretty\Issue959.cs" />
<None Include="TestCases\ILPretty\FSharpLoops_Debug.cs" />

Loading…
Cancel
Save