diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp index b32d1e29a2..6ed5ffa52d 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp @@ -2559,6 +2559,7 @@ void testMPI() int main(int argc, char *argv[]) { + int *x = new int(32); testQXmlAttributes(); testQRegExp(); testInlineBreakpoints(); |