summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e9e5e52169..b673415a9d 100644
--- a/testsuite/tests/rts/T18623/all.T
+++ b/testsuite/tests/rts/T18623/all.T
@@ -3,7 +3,7 @@
test('T18623',
[when(opsys('mingw32'), skip),
# This keeps failing on aarch64-linux for reasons that are not
- # fully clear. Maybe it needs a higher limit due to LLMV?
+ # fully clear. Maybe it needs a higher limit due to LLVM?
when(arch('aarch64'), skip),
when(arch('powerpc64le'), skip),
cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),