[Git][ghc/ghc][master] Fix test T18522-deb-ppr
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Jun 15 22:10:13 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
e8752e12 by Krzysztof Gogolewski at 2023-06-15T18:09:52-04: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/e8752e125f8b43adffac3b99e02455218828abed
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e8752e125f8b43adffac3b99e02455218828abed
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/20230615/7a2b5288/attachment-0001.html>
More information about the ghc-commits
mailing list