Workaround compiler issue
authorJoão Abecasis <joao.abecasis@nokia.com>
Wed, 22 Feb 2012 00:25:28 +0000 (01:25 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 22 Feb 2012 00:53:21 +0000 (01:53 +0100)
commit3fe1eed0537c3b08a51295b544e0620ade1eca22
tree36d78b800bd9ff8ae931bb9a7b3d374a30407c38
parent558049e972fde4e4ba3f60c1982b63d324385bf1
Workaround compiler issue

I can't figure this one out, but it seems to be a clang compiler bug
that is triggered in association with -DQT_NO_DEBUG. Changing the
test from QVERIFY to QCOMPARE keeps the intent and the check, but makes
the failure go away.

It can't hurt...

Change-Id: Ib34e5e850e5b731d729e417430dec55e372805ac
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp