avoid redundant tests
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 2 May 2012 09:34:05 +0000 (11:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 1 Jun 2012 18:34:31 +0000 (20:34 +0200)
commit98c7afb8d6e8724bb12906b65795df91b4bb55f9
tree734e1a8eb56c6afbcf3bf6ce1af190f24d1a9087
parent03fa5dfa27de2bfc78339b4879c123e5abc26801
avoid redundant tests

tryRun() already implies tryLink() and tryCompile(), so there is no
point in executing the stages separately ...

Change-Id: Id7321efaca474e8c5db2bc246ac26323d8a99e58
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/corelib/tools/qsharedpointer/tst_qsharedpointer.cpp