From 513be303b7d82f6f81a7b076f38e0b4552e430ef Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 4 Jan 2021 11:01:45 +0200 Subject: [PATCH] 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 Reviewed-by: hjk --- tests/auto/other/toolsupport/tst_toolsupport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/other/toolsupport/tst_toolsupport.cpp b/tests/auto/other/toolsupport/tst_toolsupport.cpp index a5d27fc3b11..8860cd7840f 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