From d6d08087c049353f709d7096009e101891c766f0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Aug 2021 22:40:47 +0200 Subject: [PATCH] Stop showing locale in the beginning of the unit test This is useless, it is always just "C" as we haven't changed it yet. --- tests/test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index c81e468022..fa13f1fc58 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -559,7 +559,6 @@ bool TestApp::OnInit() << "\n" << "running under " << wxGetOsDescription() << " as " << wxGetUserId() - << ", locale is " << setlocale(LC_ALL, NULL) << std::endl; #if wxUSE_GUI