aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/debugger
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-04-08 14:22:24 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-04-09 09:01:16 +0000
commitec79f42701c01f5187a826db3c4d71bfdb491232 (patch)
tree7bf28dd69c912ca1ebbf10e17e910f586bca4706 /tests/auto/debugger
parent021cab204859da1dc735a1f78216aaec3f45cb57 (diff)
Debugger: Update references to Locals and Expressions
These are two separate views now Change-Id: I010ad0b937982704310d102d1f4338ec0c29a370 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests/auto/debugger')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 684c076ff2..d00b056c49 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -5851,7 +5851,7 @@ void tst_Dumpers::dumper_data()
// + Check("c.r", "1", "int");
// // Manual: Toogle "Sort Member Alphabetically" in context menu
-// // Manual: of "Locals and Expressions" view");
+// // Manual: of "Locals" and "Expressions" views");
// // Manual: Check that order of displayed members changes");
QTest::newRow("Typedef")
@@ -5966,7 +5966,7 @@ void tst_Dumpers::dumper_data()
// QTest::newRow("TypeFormats")
// << Data(
// "// These tests should result in properly displayed umlauts in the\n"
-// "// Locals and Expressions view. It is only support on gdb with Python");\n"
+// "// Locals and Expressions views. It is only support on gdb with Python");\n"
// "const char *s = "aöa";\n"
// "const wchar_t *w = L"aöa";\n"
// "QString u;\n"