From e204e514d945e6be503773f40547212dbac4ea35 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 11 Aug 2017 18:37:15 +0200 Subject: Tests: Fix instructions to testers Change-Id: Ie22fca7cb68132876f867b57d7e1e5362289e0a4 Reviewed-by: hjk --- tests/manual/debugger/simple/simple_test_app.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/manual/debugger') diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp index 3bbe0d5520..c4fc3b705b 100644 --- a/tests/manual/debugger/simple/simple_test_app.cpp +++ b/tests/manual/debugger/simple/simple_test_app.cpp @@ -2355,7 +2355,7 @@ namespace final { BREAK_HERE; // Continue. - return; // Uncomment. + return; // Comment out. *(int *)0 = a + b; } @@ -2364,7 +2364,7 @@ namespace final { BREAK_HERE; // Continue. - return; // Uncomment. + return; // Comment out. testEndlessRecursion(i + 1); } @@ -2429,7 +2429,7 @@ namespace final { // Check pp 21 int &. // Check qq int &. // Continue. - return; // Uncomment. + return; // Comment out. testNullReferenceHelper(pp, qq); dummyStatement(p, q, &i); } -- cgit v1.2.1