From 769881a45b651eaa04d19fddf4e3cb89c1e35300 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 13 Jul 2020 11:19:52 +0200 Subject: [PATCH] disable this test when no wxMenuBar is present it just is full of calls to menubars .. --- tests/menu/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/menu/menu.cpp b/tests/menu/menu.cpp index ef957e4f18..151f654ebe 100644 --- a/tests/menu/menu.cpp +++ b/tests/menu/menu.cpp @@ -12,7 +12,7 @@ #include "testprec.h" -#if wxUSE_MENUS +#if wxUSE_MENUBAR #ifdef __BORLANDC__ #pragma hdrstop