aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/objects/tst_objects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/objects/tst_objects.cpp')
-rw-r--r--tests/benchmarks/objects/tst_objects.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/benchmarks/objects/tst_objects.cpp b/tests/benchmarks/objects/tst_objects.cpp
index b798cc01..96f97bd9 100644
--- a/tests/benchmarks/objects/tst_objects.cpp
+++ b/tests/benchmarks/objects/tst_objects.cpp
@@ -185,10 +185,6 @@ void tst_Objects::testCount_data()
<< QByteArray("import QtQuick.Controls 1.3; Slider { }")
<< QByteArray("import QtQuick.Controls 2.0; Slider { }");
- QTest::newRow("SpinBox")
- << QByteArray("import QtQuick.Controls 1.3; SpinBox { }")
- << QByteArray("import QtQuick.Controls 2.0; SpinBox { }");
-
QTest::newRow("StackView")
<< QByteArray("import QtQuick.Controls 1.3; StackView { }")
<< QByteArray("import QtQuick.Controls 2.0; StackView { }");