From 4c9cc53ea0a76fcea3542391832f7f5bd95ace09 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Thu, 29 Feb 2024 09:27:32 -0500 Subject: [PATCH] testsuite: Fix T229 test output on 32-bit platforms --- tests/T229.stdout-ws-32 | 3 +++ tests/{T229.stdout => T229.stdout-ws-64} | 0 2 files changed, 3 insertions(+) create mode 100644 tests/T229.stdout-ws-32 rename tests/{T229.stdout => T229.stdout-ws-64} (100%) diff --git a/tests/T229.stdout-ws-32 b/tests/T229.stdout-ws-32 new file mode 100644 index 00000000..a71457ad --- /dev/null +++ b/tests/T229.stdout-ws-32 @@ -0,0 +1,3 @@ +Data.Array.Base.safe_scale: Overflow; scale: 4, n: 1073741824 +CallStack (from HasCallStack): + error, called at libraries/array/Data/Array/Base.hs:1418:20 in array-0.5.6.0-inplace:Data.Array.Base diff --git a/tests/T229.stdout b/tests/T229.stdout-ws-64 similarity index 100% rename from tests/T229.stdout rename to tests/T229.stdout-ws-64 -- GitLab