[Git][ghc/ghc][wip/js-mkdir] Apply 1 suggestion(s) to 1 file(s)
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Fri Apr 21 08:26:04 UTC 2023
Josh Meredith pushed to branch wip/js-mkdir at Glasgow Haskell Compiler / GHC
Commits:
4a72ddfa by Sylvain Henry at 2023-04-21T08:26:02+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- libraries/base/tests/IO/all.T
Changes:
=====================================
libraries/base/tests/IO/all.T
=====================================
@@ -153,4 +153,4 @@ test('bytestringread001', extra_run_opts('test.data'), compile_and_run, [''])
test('T17912', [only_ways(['threaded1']), when(opsys('mingw32'),expect_broken(1))], compile_and_run, [''])
test('T18832', only_ways(['threaded1']), compile_and_run, [''])
-test('mkdirExists', exit_code(1), compile_and_run, [''])
+test('mkdirExists', [exit_code(1),grep_errmsg(r'already exists')], compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4a72ddfa3250702945ada0007b43b63920143625
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4a72ddfa3250702945ada0007b43b63920143625
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230421/d08ab7e8/attachment.html>
More information about the ghc-commits
mailing list