Fix crash in instruction dump
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeinstruction / tst_qdeclarativeinstruction.cpp
index 072718a..769d385 100644 (file)
@@ -499,9 +499,9 @@ void tst_qdeclarativeinstruction::dump()
         << "24\t\tSTORE_OBJECT\t\t21"
         << "25\t\tSTORE_VARIANT_OBJECT\t22"
         << "26\t\tSTORE_INTERFACE\t\t23"
-        << "27\t\tSTORE_SIGNAL\t\t2\t3\t\t\"console.log(1921)\""
+        << "27\t\tSTORE_SIGNAL\t\t2\t3"
         << "28\t\tSTORE_SCRIPT_STRING\t24\t3\t1\t4"
-        << "29\t\tASSIGN_SIGNAL_OBJECT\t4\t\t\t\"mySignal\""
+        << "29\t\tASSIGN_SIGNAL_OBJECT\t4"
         << "30\t\tASSIGN_CUSTOMTYPE\t25\t6\t9"
         << "31\t\tSTORE_BINDING\t26\t3\t2"
         << "32\t\tSTORE_COMPILED_BINDING\t27\t2\t4"