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/TestCases/TestDatabase.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCases/TestDatabase.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
index f61bdda35..594738a8d 100644
--- a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
+++ b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
@@ -1,10 +1,10 @@
-using System.Linq;
using System.Collections.Generic;
-using NUnit.Framework;
-using System.Runtime.CompilerServices;
using System.IO;
+using System.Linq;
+using System.Runtime.CompilerServices;
using Mono.Linker.Tests.Extensions;
using Mono.Linker.Tests.TestCasesRunner;
+using NUnit.Framework;
namespace Mono.Linker.Tests.TestCases
{