aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp')
-rw-r--r--tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
index a119607769..0cd4360e67 100644
--- a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
+++ b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
@@ -63,7 +63,6 @@ private slots:
void rectf();
void vector3d();
void vector4d();
- void time();
};
void tst_qqmlinstruction::dump()
@@ -688,12 +687,6 @@ void tst_qqmlinstruction::vector4d()
QCOMPARE(vector.w(), (qreal)(float)121.1);
}
-void tst_qqmlinstruction::time()
-{
- QCOMPARE(sizeof(QQmlInstruction::instr_storeTime::QTime), sizeof(QTime));
- QCOMPARE(Q_ALIGNOF(QQmlInstruction::instr_storeTime::QTime), Q_ALIGNOF(QTime));
-}
-
QTEST_MAIN(tst_qqmlinstruction)
#include "tst_qqmlinstruction.moc"