Skip to content

Commit 3746337

Browse files
Fix ToolsetSetup not running before Roundtrip tests due to changed namespace.
1 parent 1134313 commit 3746337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.Decompiler.Tests/TestTraceListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
using NUnit.Framework;
2525

26-
namespace ICSharpCode.Decompiler.Tests
26+
namespace ICSharpCode.Decompiler
2727
{
2828
[SetUpFixture]
2929
public class TestTraceListener : DefaultTraceListener

0 commit comments

Comments
 (0)