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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
index 5fe15a64fe..b4c83b35aa 100644
--- a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
+++ b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp
@@ -119,7 +119,6 @@ void tst_qqmlinstruction::dump()
{
QQmlCompiledData::Instruction::StoreMetaObject i;
- i.data = 3;
i.aliasData = 6;
i.propertyCache = 7;
@@ -512,7 +511,7 @@ void tst_qqmlinstruction::dump()
<< "2\t\tSETID\t\t\t0\t\t\t\"testId\""
<< "3\t\tSET_DEFAULT"
<< "4\t\tCREATE_COMPONENT\t3"
- << "5\t\tSTORE_META\t\t3"
+ << "5\t\tSTORE_META\t\t"
<< "6\t\tSTORE_FLOAT\t\t3\t11.3"
<< "7\t\tSTORE_DOUBLE\t\t4\t14.8"
<< "8\t\tSTORE_INTEGER\t\t5\t9"