aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/objectcount/tst_objectcount.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/benchmarks/objectcount/tst_objectcount.cpp b/tests/benchmarks/objectcount/tst_objectcount.cpp
index f7432d2e..49400c22 100644
--- a/tests/benchmarks/objectcount/tst_objectcount.cpp
+++ b/tests/benchmarks/objectcount/tst_objectcount.cpp
@@ -221,10 +221,6 @@ void tst_ObjectCount::testCount_data()
<< QByteArray("import QtQuick.Controls 1.3; TextField { }")
<< QByteArray("import QtQuick.Controls 2.0; TextField { }");
- QTest::newRow("ToggleButton")
- << QByteArray()
- << QByteArray("import QtQuick.Controls 2.0; ToggleButton { }");
-
QTest::newRow("ToolBar")
<< QByteArray("import QtQuick.Controls 1.3; ToolBar { }")
<< QByteArray("import QtQuick.Controls 2.0; ToolBar { }");