mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Test wxPropertyGrid macros with wxNO_IMPLICIT_WXSTRING_ENCODING
Verify that these macros produce compilable code. See #26651.
This commit is contained in:
@@ -428,3 +428,7 @@ TEST_CASE("wxNO_IMPLICIT_WXSTRING_ENCODING", "[string]")
|
||||
wxPLURAL(L"sing", L"plur", 3);
|
||||
wxGETTEXT_IN_CONTEXT_PLURAL(L"context", L"sing", L"plur", 3);
|
||||
}
|
||||
|
||||
// Check that wxPropertyGrid macros compile without warnings too.
|
||||
WX_PG_DECLARE_VARIANT_DATA(wxArrayDouble)
|
||||
WX_PG_IMPLEMENT_VARIANT_DATA_DUMMY_EQ(wxArrayDouble)
|
||||
|
||||
Reference in New Issue
Block a user