[Git][ghc/ghc][wip/andreask/ghci-tag-nullary] Update testsuite rests to adjust for outcomes from constructors being tagged.

Andreas Klebinger (@AndreasK) gitlab at gitlab.haskell.org
Tue Aug 16 13:43:59 UTC 2022



Andreas Klebinger pushed to branch wip/andreask/ghci-tag-nullary at Glasgow Haskell Compiler / GHC


Commits:
743372e3 by Andreas Klebinger at 2022-08-16T15:43:39+02:00
Update testsuite rests to adjust for outcomes from constructors being tagged.

- - - - -


2 changed files:

- testsuite/tests/ghci.debugger/scripts/T12458.stdout
- testsuite/tests/ghci.debugger/scripts/print018.stdout


Changes:

=====================================
testsuite/tests/ghci.debugger/scripts/T12458.stdout
=====================================
@@ -1,2 +1,2 @@
-d = (_t1::forall {k} {a :: k}. D a)
+d = <D>
 ()


=====================================
testsuite/tests/ghci.debugger/scripts/print018.stdout
=====================================
@@ -1,9 +1,9 @@
 Breakpoint 0 activated at Test.hs:40:10-17
 Stopped in Test.Test2.poly, Test.hs:40:10-17
 _result :: () = _
-x :: a = _
-x = (_t1::a)
-x :: a
+x :: Unary = Unary
+x = Unary
+x :: Unary
 ()
 x = Unary
 x :: Unary



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/743372e3d8e047aea52269781fdf0df09631cc48

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/743372e3d8e047aea52269781fdf0df09631cc48
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/20220816/76910950/attachment.html>


More information about the ghc-commits mailing list