Enable a test for QFilePrivate::fileName offset on 32 bit Linux

Change-Id: I3577ff7126263ddbe4b7714095480e6f1da7b661
Reviewed-by: hjk <hjk@theqtcompany.com>
bb10
Alex Trotsenko 2015-12-22 10:56:26 +02:00
parent a2d218cc41
commit 27479c1323
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void tst_toolsupport::offsets_data()
}
#ifdef Q_OS_LINUX
if (sizeof(void *) == 8) {
{
QTestData &data = QTest::newRow("QFilePrivate::fileName")
<< pmm_to_offsetof(&QFilePrivate::fileName);
data << 168 << 248;