forked from qt-creator/qt-creator
debugger: fix hard-coded location of declarative debug symbols
This really should not be needed to start with. Change-Id: Ife4349fe2d590c7a379d30b59a83bc9f54aeb063 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3681,6 +3681,7 @@ namespace valgrind {
|
||||
void testValgrind()
|
||||
{
|
||||
testLeak();
|
||||
throw 42;
|
||||
}
|
||||
|
||||
} // namespace valgrind
|
||||
@@ -3726,6 +3727,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
// For a very quick check, step into this one.
|
||||
sanity::testSanity();
|
||||
valgrind::testValgrind();
|
||||
|
||||
// Check for normal dumpers.
|
||||
basic::testBasic();
|
||||
@@ -3790,8 +3792,6 @@ int main(int argc, char *argv[])
|
||||
qvariant::testQVariant();
|
||||
qvector::testQVector();
|
||||
|
||||
valgrind::testValgrind();
|
||||
|
||||
// Third party data types.
|
||||
boost::testBoost();
|
||||
eigen::testEigen();
|
||||
|
||||
Reference in New Issue
Block a user