forked from qt-creator/qt-creator
debugger: fix manual test description for stack colouring
Feature worked, test description was wrong. Task-number: QTCREATORBUG-7281 Change-Id: I81c93b66cb28e9d6adf15a49c086d5faaa908d0a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4933,8 +4933,8 @@ namespace basic {
|
|||||||
// Check s "Foo" QString.
|
// Check s "Foo" QString.
|
||||||
// Continue.
|
// Continue.
|
||||||
|
|
||||||
// Select "Open Memory View" from Locals and Expressions
|
// Select "Open Memory Editor->Open Memory Editor Showing Stack Layout"
|
||||||
// context menu for item 'd'.
|
// from Locals and Expressions context menu.
|
||||||
// Check that the opened memory view contains coloured items
|
// Check that the opened memory view contains coloured items
|
||||||
// for 'i', 'd', and 's'.
|
// for 'i', 'd', and 's'.
|
||||||
dummyStatement(&i, &d, &s);
|
dummyStatement(&i, &d, &s);
|
||||||
|
Reference in New Issue
Block a user