diff --git a/test/helpers/load_language.cc b/test/helpers/load_language.cc index 77ebc848..f01a2184 100644 --- a/test/helpers/load_language.cc +++ b/test/helpers/load_language.cc @@ -43,6 +43,7 @@ static int compile_parser( CreateDirectory("out\\tmp", nullptr); string command = "cl.exe"; + command += " /nologo"; command += " /LD"; command += " /I " + header_dirname; command += " /Od";