diff options
author | Peter Trommler <ptrommler@acm.org> | 2021-04-02 17:44:50 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-09 03:31:37 -0400 |
commit | d8f04425d5b38ced23c86ba465157f2a5cd34fff (patch) | |
tree | 5263b791235ea134af4b9752a21279529be0685e /testsuite | |
parent | 35407d671017e29f12bcdd4fe415ba2fb0ea8b3b (diff) | |
download | haskell-d8f04425d5b38ced23c86ba465157f2a5cd34fff.tar.gz |
Fix typo
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/rts/T18623/all.T | 2 |
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) + ' && '), |