aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-04-13 13:11:31 +0200
committerhjk <qthjk@ovi.com>2012-04-15 20:36:10 +0200
commit53553165ba6a9d8dfbac6dab2e246d6a60221a7e (patch)
tree1e8cbf4fb6fa239d87fef01dcd472d67d677d005 /tests
parent9589e8dd7c92daa976c6d3a8a6750ddf83b12b7d (diff)
Debugger simple test: Clarify description of multiple breakpoints
Change-Id: I470d326bd872f2904893c8b7eb17a0a9c88f1e0e Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 1da44079be..c3af74b1ba 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -266,8 +266,7 @@ struct SomeType
namespace multibp {
- // This tests multiple breakpoints. When a
- // the b
+ // This tests multiple breakpoints.
template <typename T> class Vector
{
public:
@@ -277,7 +276,8 @@ namespace multibp {
BREAK_HERE;
// Check size 10 int.
// Continue.
- // Check there are multiple entries in the Breakpoint vie.
+ // Manual: Add a breakpoint in the constructor
+ // Manual: Check there are multiple entries in the Breakpoint view.
dummyStatement(this);
}
~Vector() { delete [] m_data; }