forked from qt-creator/qt-creator
debugger: Fixed automatic run of self test
Change-Id: Icf2c100db571a37bc9e20e0e9cab47a627cfec23 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -681,10 +681,10 @@ namespace undefined {
|
|||||||
int *i = new int;
|
int *i = new int;
|
||||||
delete i;
|
delete i;
|
||||||
BREAK_HERE;
|
BREAK_HERE;
|
||||||
|
// Continue.
|
||||||
// Manual: Uncomment the following line. Step.
|
// Manual: Uncomment the following line. Step.
|
||||||
// On Linux, a SIGABRT should be received.
|
// On Linux, a SIGABRT should be received.
|
||||||
//delete i;
|
//delete i;
|
||||||
// Continue.
|
|
||||||
dummyStatement(&i);
|
dummyStatement(&i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user