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.Cases/Reflection/ExpressionNewType.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/Reflection/ExpressionNewType.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests.Cases/Reflection/ExpressionNewType.cs b/test/Mono.Linker.Tests.Cases/Reflection/ExpressionNewType.cs
index 65e8c4a78..39b6834a0 100644
--- a/test/Mono.Linker.Tests.Cases/Reflection/ExpressionNewType.cs
+++ b/test/Mono.Linker.Tests.Cases/Reflection/ExpressionNewType.cs
@@ -1,9 +1,9 @@
-using Mono.Linker.Tests.Cases.Expectations.Assertions;
-using System.Linq.Expressions;
using System;
using System.Linq;
-using Mono.Linker.Tests.Cases.Expectations.Metadata;
+using System.Linq.Expressions;
using System.Runtime.CompilerServices;
+using Mono.Linker.Tests.Cases.Expectations.Assertions;
+using Mono.Linker.Tests.Cases.Expectations.Metadata;
namespace Mono.Linker.Tests.Cases.Reflection
{