|
|
@ -275,8 +275,6 @@ namespace CppSharp |
|
|
|
{ |
|
|
|
{ |
|
|
|
public static void Run(ILibrary library) |
|
|
|
public static void Run(ILibrary library) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Console.BufferHeight = 1999; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var options = new DriverOptions(); |
|
|
|
var options = new DriverOptions(); |
|
|
|
var driver = new Driver(options, new TextDiagnosticPrinter()); |
|
|
|
var driver = new Driver(options, new TextDiagnosticPrinter()); |
|
|
|
library.Setup(driver); |
|
|
|
library.Setup(driver); |
|
|
|