summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-01-17 19:06:47 +0000
committerZubin Duggal <zubin.duggal@gmail.com>2023-02-07 18:47:09 +0530
commit2df830a1e68ca4fcc6b34f4a785f982110ed3b5f (patch)
treec29f306549f399879627fc92941f9d0dda506390
parent8ef4fec100d02d18465ffffa7b14f6672f051353 (diff)
downloadhaskell-2df830a1e68ca4fcc6b34f4a785f982110ed3b5f.tar.gz
Fix typo in recent darwin tests fix
Corrects a typo in !9647. Otherwise T18623 will still fail on darwin and stall other people's work. (cherry picked from commit c45a5fffef2c76efbf5d3a009c3f6d0244a63f0d)
-rw-r--r--testsuite/tests/rts/T18623/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/T18623/all.T b/testsuite/tests/rts/T18623/all.T
index 027a01fc2f..854e7473d3 100644
--- a/testsuite/tests/rts/T18623/all.T
+++ b/testsuite/tests/rts/T18623/all.T
@@ -6,7 +6,7 @@ test('T18623',
# fully clear. Maybe it needs a higher limit due to LLMV?
when(arch('aarch64'), skip),
# Recent versions of osx report an error when running `ulimit -v`
- when(arch('darwin'), skip),
+ when(opsys('darwin'), skip),
when(arch('powerpc64le'), skip),
cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),
ignore_stdout],