From ebd5b0781c6e6f4642db91353fab0f0ec04af3bc Mon Sep 17 00:00:00 2001 From: Josh Meredith Date: Thu, 13 Apr 2023 16:12:38 +0000 Subject: JS/base: provide implementation for mkdir (issue 22374) --- testsuite/tests/ghc-api/target-contents/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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']) -- cgit v1.2.1