[Git][ghc/ghc][wip/T23509] Fix test T18522-deb-ppr
Krzysztof Gogolewski (@monoidal)
gitlab at gitlab.haskell.org
Wed Jun 14 20:36:04 UTC 2023
Krzysztof Gogolewski pushed to branch wip/T23509 at Glasgow Haskell Compiler / GHC
Commits:
5d3ab48b by Krzysztof Gogolewski at 2023-06-14T22:35:52+02:00
Fix test T18522-deb-ppr
Fixes #23509
- - - - -
2 changed files:
- testsuite/tests/ghc-api/T18522-dbg-ppr.hs
- testsuite/tests/ghc-api/all.T
Changes:
=====================================
testsuite/tests/ghc-api/T18522-dbg-ppr.hs
=====================================
@@ -10,7 +10,7 @@ import GHC.Driver.Session
import GHC.Core.TyCo.Ppr
import GHC.Utils.Outputable
import GHC.Tc.Module
-import GHC.Tc.Utils.Zonk
+import GHC.Tc.Zonk.Env
import GHC.Utils.Error
import GHC.Driver.Ppr
import GHC.Driver.Env
=====================================
testsuite/tests/ghc-api/all.T
=====================================
@@ -26,7 +26,7 @@ test('T18181',
compile_and_run,
['-package ghc'])
test('T18522-dbg-ppr',
- [extra_run_opts('"' + config.libdir + '"'), fragile(22362)],
+ [extra_run_opts('"' + config.libdir + '"')],
compile_and_run,
['-package ghc'])
test('T19156', [ extra_run_opts('"' + config.libdir + '"')
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d3ab48b60b3d3909670a7f2a1c45ec309cafa45
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d3ab48b60b3d3909670a7f2a1c45ec309cafa45
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/20230614/71549b38/attachment-0001.html>
More information about the ghc-commits
mailing list