diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:29:50 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:29:50 (GMT) |
commit | ee58a711984478f8bc149bc8a5c7ad8ef47112dc (patch) | |
tree | dac776cd2aeae94ad690f962c0b1c0843ffa7f53 | |
parent | 11baee94956f23ff76757040ab10fb3d632d5b42 (diff) | |
download | Qt-ee58a711984478f8bc149bc8a5c7ad8ef47112dc.zip Qt-ee58a711984478f8bc149bc8a5c7ad8ef47112dc.tar.gz Qt-ee58a711984478f8bc149bc8a5c7ad8ef47112dc.tar.bz2 |
Update for change d406a899943c6d56d921bc290a009415a3c4eba5
-rw-r--r-- | tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp index 1173f85..bfffc43 100644 --- a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp +++ b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp @@ -331,8 +331,8 @@ void tst_qmlinstruction::dump() i.line = 28; i.type = QmlInstruction::StoreScript; i.storeScript.value = 2; - i.storeScript.fileName = 18; - i.storeScript.lineNumber = 28; + //i.storeScript.fileName = 18; + //i.storeScript.lineNumber = 28; data->bytecode << i; } @@ -565,7 +565,7 @@ void tst_qmlinstruction::dump() << "25\t\t25\tSTORE_VARIANT_OBJECT\t22" << "26\t\t26\tSTORE_INTERFACE\t\t23" << "27\t\t27\tSTORE_SIGNAL\t\t2\t4\t\t\"console.log(1921)\"" - << "28\t\t28\tSTORE_SCRIPT\t\t2\t18\t28" + << "28\t\t28\tSTORE_SCRIPT\t\t2" << "29\t\t29\tSTORE_SCRIPT_STRING\t24\t3\t1" << "30\t\t30\tASSIGN_SIGNAL_OBJECT\t0\t\t\t\"mySignal\"" << "31\t\t31\tASSIGN_CUSTOMTYPE\t25\t4" |