From 6f0a2b66b44202ce42f25c5a53f50dc944eb1d2f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 13 Jun 2020 22:50:36 +0200 Subject: [PATCH] Remove hard TAB from the recently added test No real changes. --- tests/controls/virtlistctrltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controls/virtlistctrltest.cpp b/tests/controls/virtlistctrltest.cpp index 403041129b..b82cbef788 100644 --- a/tests/controls/virtlistctrltest.cpp +++ b/tests/controls/virtlistctrltest.cpp @@ -112,7 +112,7 @@ void VirtListCtrlTestCase::UpdateSelection() void VirtListCtrlTestCase::DeselectedEvent() { #if wxUSE_UIACTIONSIMULATOR - m_list->AppendColumn("Col0"); + m_list->AppendColumn("Col0"); m_list->SetItemCount(1); wxListCtrl* const list = m_list;