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>
This commit is contained in:
Samuli Piippo 2021-01-04 11:01:45 +02:00
parent 8fa91c75ad
commit 513be303b7

View File

@ -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