summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-01-17 19:06:47 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-18 07:28:37 -0500
commitc45a5fffef2c76efbf5d3a009c3f6d0244a63f0d (patch)
tree36362c7b31bbb59c03557f3cd1ee92d785a60ba8
parentb13c6ea5d4b64841164f8cc58d6c6f3de390f2ed (diff)
downloadhaskell-c45a5fffef2c76efbf5d3a009c3f6d0244a63f0d.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.
-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 ad948a8f03..d600b7bde3 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 LLVM?
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],