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;
|
||||
delete i;
|
||||
BREAK_HERE;
|
||||
// Continue.
|
||||
// Manual: Uncomment the following line. Step.
|
||||
// On Linux, a SIGABRT should be received.
|
||||
//delete i;
|
||||
// Continue.
|
||||
dummyStatement(&i);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user