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:
hjk
2012-08-29 13:00:12 +02:00
parent d87835cc90
commit bef43adb79

View File

@@ -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);