diff -r cc75c76972ee -r c0432d11811c tests/auto/qsharedpointer/tst_qsharedpointer.cpp --- a/tests/auto/qsharedpointer/tst_qsharedpointer.cpp Wed Apr 21 12:15:23 2010 +0300 +++ b/tests/auto/qsharedpointer/tst_qsharedpointer.cpp Wed Apr 21 20:15:53 2010 +0300 @@ -1717,11 +1717,11 @@ #endif QTest::QExternalTest test; - test.setDebugMode(true); test.setQtModules(QTest::QExternalTest::QtCore); test.setExtraProgramSources(QStringList() << SRCDIR "forwarddeclared.cpp"); test.setProgramHeader( "#define QT_SHAREDPOINTER_TRACK_POINTERS\n" + "#define QT_DEBUG\n" "#include \n" "#include \n" "\n"