Browse Source

Remove redundant usings

pull/1778/head
Salvage 2 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; @@ -3,10 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using CSharp;
using NUnit.Framework;
using ValueType = CSharp.ValueType;
[TestFixture]
public unsafe class CSharpTests

Loading…
Cancel
Save