debugger: disable some unconditional 'throw' in manual test

Change-Id: I2d93a456234844a6e32f16ea30b9aa951946f508
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-10-31 16:18:09 +01:00
committed by hjk
parent 7ed1064971
commit 30d6fb9865
@@ -3681,7 +3681,7 @@ namespace valgrind {
void testValgrind()
{
testLeak();
throw 42;
//throw 42; // Uncomment.
}
} // namespace valgrind