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:
parent
8fa91c75ad
commit
513be303b7
@ -134,7 +134,7 @@ void tst_toolsupport::offsets_data()
|
|||||||
// qglobal.h for more details.
|
// qglobal.h for more details.
|
||||||
data << 188 << 304;
|
data << 188 << 304;
|
||||||
#else
|
#else
|
||||||
data << 192 << 304;
|
data << 196 << 304;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user