summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJosh Meredith <joshmeredith2008@gmail.com>2023-04-13 16:12:38 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-04-25 00:15:58 -0400
commitebd5b0781c6e6f4642db91353fab0f0ec04af3bc (patch)
treee8201a9fd9f4b5448fbcd7a52861e5e7eac92b7b /testsuite
parent0da9e88273a0ffb13132631fb5ea526ea9efeeb9 (diff)
downloadhaskell-ebd5b0781c6e6f4642db91353fab0f0ec04af3bc.tar.gz
JS/base: provide implementation for mkdir (issue 22374)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghc-api/target-contents/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/target-contents/all.T b/testsuite/tests/ghc-api/target-contents/all.T
index 684cd06d74..9072d6609e 100644
--- a/testsuite/tests/ghc-api/target-contents/all.T
+++ b/testsuite/tests/ghc-api/target-contents/all.T
@@ -1,6 +1,6 @@
test('TargetContents',
[ extra_run_opts('"' + config.libdir + '"')
- , js_broken(22374)
+ , js_broken(22362)
]
, compile_and_run,
['-package ghc -package exceptions'])