@ -2,7 +2,6 @@
using NUnit.Framework;
using Basic;
[TestFixture]
public class BasicTests : GeneratorTestFixture
{
[Test]
@ -2,7 +2,6 @@ using CppSharp.Utils;
using CLITemp;
public class CLITests : GeneratorTestFixture
@ -5,7 +5,6 @@ using CppSharp.Utils;
using Foo = CSharpTemp.Foo;
public class CSharpTempTests : GeneratorTestFixture
@ -3,7 +3,6 @@ using System.Linq;
using CppSharp.Utils;
public class STLTests : GeneratorTestFixture
using Foo = UTF16.Foo;
public class UTF16Tests : GeneratorTestFixture
@ -12,7 +12,6 @@ public class FooDerived : Foo
}
public class VTablesTests : GeneratorTestFixture