aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-05-22 09:06:52 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-05-22 08:16:07 +0000
commit8b4dbfb8e121de9f79823263abeb3d073593e042 (patch)
tree6fabb2019c7d81327644c2cc9f8f04a2fb65b6ad /tests
parentdab2045099a4482296d5f46faff4e34f08e32f6a (diff)
Debugger: Fix member offsets in QFile
Change-Id: I8d806aabcf2c744165553f087831ce899db24d80 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_offsets.cpp2
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