qt5base-lts/tests/auto/corelib/thread/qatomicpointer
Olivier Goffart 3ad7ddf265 Fix crash in tst_qatomicpointer test
if given char*, QCOMPARE will try to compare the strings pointed by the
char*

In this case, the char* just point to garbage, we just want to compare
the addresses.

(Was changed in commit 6fcfae99d3)

Change-Id: I9edb2b676aedf67a252aea6a41d56cd1eef7befc
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2011-11-29 00:07:02 +01:00
..
.gitignore Moving relevant tests to corelib/thread 2011-09-01 12:54:58 +02:00
qatomicpointer.pro Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
tst_qatomicpointer.cpp Fix crash in tst_qatomicpointer test 2011-11-29 00:07:02 +01:00