summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_simple_analyze/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_debugger/tst_simple_analyze/test.py')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py
index 1128ea2ae5..c792dc14b4 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/test.py
+++ b/tests/system/suite_debugger/tst_simple_analyze/test.py
@@ -37,7 +37,7 @@ def main():
# using a temporary directory won't mess up a potentially existing
workingDir = tempDir()
# we need a Qt >= 4.8
- analyzerTargets = Targets.desktopTargetClasses() ^ Targets.DESKTOP_474_GCC
+ analyzerTargets = Targets.desktopTargetClasses() & ~Targets.DESKTOP_474_GCC
checkedTargets, projectName = createNewQtQuickApplication(workingDir, targets=analyzerTargets)
editor = waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget")
if placeCursorToLine(editor, "MouseArea.*", True):