Browse Source

Remove redundant usings

pull/1778/head
Salvage 3 years ago
parent
commit
89813f1074
No known key found for this signature in database
GPG Key ID: 1362C7A680BA7451
  1. 2
      tests/dotnet/CSharp/CSharp.Tests.cs

2
tests/dotnet/CSharp/CSharp.Tests.cs

@ -3,10 +3,8 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Text;
using CSharp; using CSharp;
using NUnit.Framework; using NUnit.Framework;
using ValueType = CSharp.ValueType;
[TestFixture] [TestFixture]
public unsafe class CSharpTests public unsafe class CSharpTests

Loading…
Cancel
Save