summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-01-04 11:01:45 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2021-01-07 08:35:10 +0200
commit513be303b7d82f6f81a7b076f38e0b4552e430ef (patch)
treed9452736bc927e38bb9b050b14f2dc84d846c05f /tests
parent8fa91c75ad0cb0b1905c6775b62f734bc610fb60 (diff)
tst_toolsupport: fix expected alignment on ARMv7
The alignment has been recently updated but never correctly tested, as test has either been disabled or marked as insignificant. Change-Id: If6e529c290b2057f58c3b27c89279d9e90728ad4 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/toolsupport/tst_toolsupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/toolsupport/tst_toolsupport.cpp b/tests/auto/other/toolsupport/tst_toolsupport.cpp
index a5d27fc3b1..8860cd7840 100644
--- a/tests/auto/other/toolsupport/tst_toolsupport.cpp
+++ b/tests/auto/other/toolsupport/tst_toolsupport.cpp
@@ -134,7 +134,7 @@ void tst_toolsupport::offsets_data()
// qglobal.h for more details.
data << 188 << 304;
#else
- data << 192 << 304;
+ data << 196 << 304;
#endif
}
#endif