diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index f1c1ca28..a57a1dde 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -31,7 +31,6 @@ namespace CppSharp.Utils options.SharedLibraryName = name + ".Native"; options.GenerateLibraryNamespace = true; options.Quiet = true; - options.Verbose = true; options.IgnoreParseWarnings = true; driver.Diagnostics.Message("");