From e96d48b80914faa161d554e0af2aad06e898ebd9 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 15 Feb 2019 21:01:05 +0100 Subject: [PATCH] Move SequencePointTests to DebugInfo directory. --- .../{Util => DebugInfo}/SequencePointTests.cs | 0 .../ICSharpCode.Decompiler.Tests.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ICSharpCode.Decompiler.Tests/{Util => DebugInfo}/SequencePointTests.cs (100%) diff --git a/ICSharpCode.Decompiler.Tests/Util/SequencePointTests.cs b/ICSharpCode.Decompiler.Tests/DebugInfo/SequencePointTests.cs similarity index 100% rename from ICSharpCode.Decompiler.Tests/Util/SequencePointTests.cs rename to ICSharpCode.Decompiler.Tests/DebugInfo/SequencePointTests.cs diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index 344555f2d..3a09d8404 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -123,7 +123,7 @@ - +