mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-18 16:19:58 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -27,14 +27,11 @@
|
||||
void TestExtItemAggregator::initTestCase()
|
||||
{
|
||||
AWTestLibrary::init();
|
||||
aggregator = new ExtItemAggregator<AWNoFormatter>(nullptr, type);
|
||||
aggregator = new ExtItemAggregator<AWNoFormatter>(this, type);
|
||||
}
|
||||
|
||||
|
||||
void TestExtItemAggregator::cleanupTestCase()
|
||||
{
|
||||
delete aggregator;
|
||||
}
|
||||
void TestExtItemAggregator::cleanupTestCase() {}
|
||||
|
||||
|
||||
void TestExtItemAggregator::test_values()
|
||||
|
Reference in New Issue
Block a user