aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
index 1239c43a70..a81b68136b 100644
--- a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
+++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
@@ -819,7 +819,7 @@ void QJSDebugClient::gc()
QJSValue args = parser.call(QJSValue(), QJSValueList() << obj);
- args.setProperty(QLatin1String(FLAGS),QJSValue(QLatin1String(ALL)));
+ args.setProperty(QLatin1String(TYPE),QJSValue(QLatin1String(ALL)));
if (args.isValid()) {
jsonVal.setProperty(QLatin1String(ARGUMENTS),args);