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:
hjk
2011-10-27 10:54:47 +02:00
committed by hjk
parent 2db25cb4b8
commit e9620aa3b1
2 changed files with 3 additions and 3 deletions

View File

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