Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs')
-rw-r--r--test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs b/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
index 2af7effa6..05772b8e2 100644
--- a/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
+++ b/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
@@ -2,10 +2,10 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
-using NUnit.Framework;
using Mono.Cecil;
using Mono.Linker.Tests.Cases.Expectations.Assertions;
using Mono.Linker.Tests.TestCasesRunner;
+using NUnit.Framework;
namespace Mono.Linker.Tests
{