diff options
author | Christian Stenger <christian.stenger@qt.io> | 2018-05-22 09:06:52 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2018-05-22 08:16:07 +0000 |
commit | 8b4dbfb8e121de9f79823263abeb3d073593e042 (patch) | |
tree | 6fabb2019c7d81327644c2cc9f8f04a2fb65b6ad /tests/auto | |
parent | dab2045099a4482296d5f46faff4e34f08e32f6a (diff) | |
download | qt-creator-8b4dbfb8e121de9f79823263abeb3d073593e042.tar.gz |
Debugger: Fix member offsets in QFile
Change-Id: I8d806aabcf2c744165553f087831ce899db24d80
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/debugger/tst_offsets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_offsets.cpp b/tests/auto/debugger/tst_offsets.cpp index 11009cd802..5dca246bcf 100644 --- a/tests/auto/debugger/tst_offsets.cpp +++ b/tests/auto/debugger/tst_offsets.cpp @@ -149,7 +149,7 @@ void tst_offsets::offsets_data() if (qtVersion >= 0x50700) #ifdef Q_OS_WIN # ifdef Q_CC_MSVC - OFFSET_TEST(QFilePrivate, fileName) << 184 << 248; + OFFSET_TEST(QFilePrivate, fileName) << 176 << 248; # else // MinGW OFFSET_TEST(QFilePrivate, fileName) << 172 << 248; # endif |