forked from qt-creator/qt-creator
debugger: small fixes for semi-automated tests
Change-Id: I3e2b14aae33ef9cec43c5cea947360e75e19c2c1 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4297,7 +4297,7 @@ namespace basic {
|
|||||||
|
|
||||||
void testChar()
|
void testChar()
|
||||||
{
|
{
|
||||||
char s[5];
|
char s[6];
|
||||||
s[0] = 0;
|
s[0] = 0;
|
||||||
BREAK_HERE;
|
BREAK_HERE;
|
||||||
// Expand s.
|
// Expand s.
|
||||||
@@ -5977,7 +5977,7 @@ namespace gdb10586 {
|
|||||||
// Check v.a 2 int.
|
// Check v.a 2 int.
|
||||||
// Check s.x 1 int.
|
// Check s.x 1 int.
|
||||||
// Continue.
|
// Continue.
|
||||||
dummyStatement(&v, &n, &s);
|
dummyStatement(&v, &n);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test10586()
|
void test10586()
|
||||||
|
Reference in New Issue
Block a user