aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-16 21:00:42 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-19 14:35:55 +0100
commit69835e0f3477cd85dab8ddce672e6f1c792d8bfc (patch)
tree60cfc7d7dd6104edf1b0a298d938045c6e5860e0 /tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml
parentbfedb27838864e7acddebc6c0f731d617c3d1c22 (diff)
Debugger: Always disable v4 optimizer if v8 debugger is activated
Don't rely on QML_DISABLE_OPTIMIZER environment variable being set. Change-Id: Ib1a9d83eb9698adcd3c9a5bbcc74cba382836078 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml')
-rw-r--r--tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml b/tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml
index 1f0f9e22c9..0a1a5eb610 100644
--- a/tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml
+++ b/tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml
@@ -47,7 +47,9 @@ Item {
Component.onCompleted: {
//Comment
- var b = 6;
+ var x = 6;
}
+
+ width : height + 2
}