diff options
Diffstat (limited to 'tests/auto/declarative/parserstress/tst_parserstress.cpp')
-rw-r--r-- | tests/auto/declarative/parserstress/tst_parserstress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/parserstress/tst_parserstress.cpp b/tests/auto/declarative/parserstress/tst_parserstress.cpp index dd8f347..e584140 100644 --- a/tests/auto/declarative/parserstress/tst_parserstress.cpp +++ b/tests/auto/declarative/parserstress/tst_parserstress.cpp @@ -115,7 +115,7 @@ void tst_parserstress::ecmascript() QString qml = "import Qt 4.6\n"; qml+= "\n"; - qml+= "Object {\n"; + qml+= "QtObject {\n"; qml+= " property int test\n"; qml+= " test: {\n"; qml+= dataStr + "\n"; |