Fix QDeclarativeInstruction autotest failure.
authorMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 22:46:52 +0000 (08:46 +1000)
committerMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 22:46:52 +0000 (08:46 +1000)
ccf706d0bb2d9f70f5a8c18e4aab8ee7e6369817 added additional information
to dump for StoreScriptString.

tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp

index be1f9e0..c9e8cdf 100644 (file)
@@ -535,7 +535,7 @@ void tst_qdeclarativeinstruction::dump()
         << "25\t\tSTORE_VARIANT_OBJECT\t22"
         << "26\t\tSTORE_INTERFACE\t\t23"
         << "27\t\tSTORE_SIGNAL\t\t2\t3\t\t\"console.log(1921)\""
-        << "28\t\tSTORE_SCRIPT_STRING\t24\t3\t1"
+        << "28\t\tSTORE_SCRIPT_STRING\t24\t3\t1\t3"
         << "29\t\tASSIGN_SIGNAL_OBJECT\t0\t\t\t\"mySignal\""
         << "30\t\tASSIGN_CUSTOMTYPE\t25\t6\t9"
         << "31\t\tSTORE_BINDING\t26\t3\t2"