aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-09-05 17:36:52 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-05 17:49:02 +0200
commit87bb76ae8b59f5b504c49e242e24d6867f8b7789 (patch)
tree895dcd474737984bbc0154bafc1acf3358292782 /tests
parentdd3983655c40a6c8879b8980d41a0cd2b7612da9 (diff)
JSDebugging Auto Test: Fix build break.
Change-Id: I7969267e6331f8d348f7206c4aff99c99294e515 Reviewed-on: http://codereview.qt.nokia.com/4216 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
index 17048599a2..bfefe4870e 100644
--- a/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
+++ b/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
@@ -100,7 +100,7 @@ const char *V8FLAGS = "v8flags";
const char *VERSION = "version";
const char *DISCONNECT = "disconnect";
const char *LISTBREAKPOINTS = "listbreakpoints";
-const char *GC = "gc";
+const char *GARBAGECOLLECTOR = "gc";
//const char *PROFILE = "profile";
const char *CONNECT = "connect";
@@ -916,7 +916,7 @@ void QJSDebugClient::gc()
// }
// }
VARIANTMAPINIT;
- jsonVal.setProperty(QLatin1String(COMMAND),QJSValue(QLatin1String(GC)));
+ jsonVal.setProperty(QLatin1String(COMMAND),QJSValue(QLatin1String(GARBAGECOLLECTOR)));
QJSValue args = parser.call(QJSValue(), QJSValueList() << obj);