qt5base-lts/tests/auto/corelib/tools/qsharedpointer
Bradley T. Hughes b6e9ff22a3 Fix tst_QSharedPointer invalidConstructs:forward-declaration failure
When using clang, the forward-declaration test fails to link, unlike
with other compilers. The standard says that deleting a forward-declared
pointer is undefined behavior, so the link failure is a valid result of
trying to do so.

Change-Id: I527b91c15b7d51d9522d95af0630e7dacd26bb30
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2011-12-06 18:37:54 +01:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
externaltests.cpp Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
externaltests.h Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
externaltests.pri Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
forwarddeclaration.cpp Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
forwarddeclared.cpp Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
forwarddeclared.h Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
qsharedpointer.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
tst_qsharedpointer.cpp Fix tst_QSharedPointer invalidConstructs:forward-declaration failure 2011-12-06 18:37:54 +01:00
wrapper.cpp Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
wrapper.h Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00