From c0f2430ee4578757fa5155595fe908d925086272 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 15 Jun 2021 14:17:48 +0200 Subject: [PATCH] Correct misleading comment in allheaders test We don't use any HAVE_XXX here, but we do use wxUSE_XXX. --- tests/allheaders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/allheaders.cpp b/tests/allheaders.cpp index 87cd9d58f3..2a78445bb2 100644 --- a/tests/allheaders.cpp +++ b/tests/allheaders.cpp @@ -33,7 +33,7 @@ _Pragma(STRINGIZE(GCC diagnostic ignored STRINGIZE(CONCAT(-W,warn)))) #endif -// We have to include this one first in order to check for HAVE_XXX below. +// We have to include this one first in order to check for wxUSE_XXX below. #include "wx/setup.h" #include "catch.hpp"