aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_simple_debug/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_debugger/tst_simple_debug/test.py')
-rw-r--r--tests/system/suite_debugger/tst_simple_debug/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_debug/test.py b/tests/system/suite_debugger/tst_simple_debug/test.py
index c726d6468b..aff1aa8851 100644
--- a/tests/system/suite_debugger/tst_simple_debug/test.py
+++ b/tests/system/suite_debugger/tst_simple_debug/test.py
@@ -52,7 +52,7 @@ def main():
test.log("Setting breakpoints")
result = setBreakpointsForCurrentProject(filesAndLines)
if result:
- expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):10},
+ expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):12},
{os.path.join(workingDir, projectName, "main.qml"):13}]
availableConfigs = iterateBuildConfigs(len(checkedTargets), "Debug")
progressBarWait()