tests/auto/qsharedpointer/tst_qsharedpointer.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/tests/auto/qsharedpointer/tst_qsharedpointer.cpp	Mon May 03 13:17:34 2010 +0300
+++ b/tests/auto/qsharedpointer/tst_qsharedpointer.cpp	Fri May 14 16:40:13 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 <QtCore/qsharedpointer.h>\n"
         "#include <QtCore/qcoreapplication.h>\n"
         "\n"