summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-09-18 11:03:55 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-20 20:30:57 -0400
commitced8f113cc6421dfc36dd322ea85a78bfa3ff37e (patch)
tree92bd6cfffc9f983993ab3553485cab80216f7a6c
parent43a43d396e30931c1fa68b054ae032d2bd1daa98 (diff)
downloadhaskell-ced8f113cc6421dfc36dd322ea85a78bfa3ff37e.tar.gz
testsuite: Update expected output for outofmem on Windows
The error originates from osCommitMemory rather than getMBlocks.
-rw-r--r--testsuite/tests/rts/outofmem.stderr-x86_64-unknown-mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/outofmem.stderr-x86_64-unknown-mingw32 b/testsuite/tests/rts/outofmem.stderr-x86_64-unknown-mingw32
index 78429713e4..e1782160dd 100644
--- a/testsuite/tests/rts/outofmem.stderr-x86_64-unknown-mingw32
+++ b/testsuite/tests/rts/outofmem.stderr-x86_64-unknown-mingw32
@@ -1 +1 @@
-outofmem.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete.
+outofmem.exe: osCommitMemory: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete.