diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp index bfffc43..43c64cd 100644 --- a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp +++ b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp @@ -388,7 +388,7 @@ void tst_qmlinstruction::dump() { QmlInstruction i; i.line = 34; - i.type = QmlInstruction::StoreObjPropBinding; + //i.type = QmlInstruction::StoreObjPropBinding; // removed! i.assignObjPropBinding.property = 28; i.assignObjPropBinding.contextIdx = 3; i.assignObjPropBinding.context = 7; |