debugger: Fixed automatic run of self test

Change-Id: Icf2c100db571a37bc9e20e0e9cab47a627cfec23
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Robert Loehning
2012-10-12 14:30:41 +02:00
committed by hjk
parent 43c2967fca
commit f15745ab42

View File

@@ -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);
}