Rename QMap benchmark source file to match test name

s/main/tst_bench_qmap/g

Change-Id: Ic520254f5b5f946f4eaa234352317749a9a7301f
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
This commit is contained in:
Edward Welbourne 2021-07-19 17:25:56 +02:00
parent b3e2e5f5b9
commit d0f9743d3b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
qt_internal_add_benchmark(tst_bench_qmap
SOURCES
main.cpp
tst_bench_qmap.cpp
INCLUDE_DIRECTORIES
.
PUBLIC_LIBRARIES

View File

@ -301,4 +301,4 @@ void tst_QMap::insertMap()
QTEST_MAIN(tst_QMap)
#include "main.moc"
#include "tst_bench_qmap.moc"