aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-14 16:30:22 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-16 16:56:20 +0100
commitc2455d414cd91c2580cd80179b1e741ed2a1a17e (patch)
tree990ad94cabfee386dbec3e07420503bfdc31c8a7 /tests
parent0e6bffc6015558de9f88b0dbc08127c19c094f8e (diff)
Debugger: Fix autotest for calling v8::gc()
Change-Id: Iae47c16adf417b8ac74b36cffcdb076201e81b82 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
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);