forked from qt-creator/qt-creator
debugger: disable some unconditional 'throw' in manual test
Change-Id: I2d93a456234844a6e32f16ea30b9aa951946f508 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3681,7 +3681,7 @@ namespace valgrind {
|
||||
void testValgrind()
|
||||
{
|
||||
testLeak();
|
||||
throw 42;
|
||||
//throw 42; // Uncomment.
|
||||
}
|
||||
|
||||
} // namespace valgrind
|
||||
|
||||
Reference in New Issue
Block a user