debugger: small fixes for semi-automated tests

Change-Id: I3e2b14aae33ef9cec43c5cea947360e75e19c2c1
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-05 10:35:28 +01:00
committed by hjk
parent ce6a80f337
commit a913f3f68c

View File

@@ -4297,7 +4297,7 @@ namespace basic {
void testChar()
{
char s[5];
char s[6];
s[0] = 0;
BREAK_HERE;
// Expand s.
@@ -5977,7 +5977,7 @@ namespace gdb10586 {
// Check v.a 2 int.
// Check s.x 1 int.
// Continue.
dummyStatement(&v, &n, &s);
dummyStatement(&v, &n);
}
void test10586()