[Git][ghc/ghc][master] Add regression test for #18755.
Marge Bot
gitlab at gitlab.haskell.org
Thu Oct 1 22:37:29 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ba5965eb by Richard Eisenberg at 2020-10-01T18:37:23-04:00
Add regression test for #18755.
Close #18755
- - - - -
3 changed files:
- + testsuite/tests/ghci/scripts/T18755.script
- + testsuite/tests/ghci/scripts/T18755.stdout
- testsuite/tests/ghci/scripts/all.T
Changes:
=====================================
testsuite/tests/ghci/scripts/T18755.script
=====================================
@@ -0,0 +1,2 @@
+:set -fprint-explicit-runtime-reps
+:t ($)
=====================================
testsuite/tests/ghci/scripts/T18755.stdout
=====================================
@@ -0,0 +1,3 @@
+($)
+ :: forall (r :: GHC.Types.RuntimeRep) a (b :: TYPE r).
+ (a -> b) -> a -> b
=====================================
testsuite/tests/ghci/scripts/all.T
=====================================
@@ -320,3 +320,4 @@ test('T17549', normal, ghci_script, ['T17549.script'])
test('T17669', [extra_run_opts('-fexternal-interpreter -fobject-code'), expect_broken(17669)], ghci_script, ['T17669.script'])
test('T18501', normal, ghci_script, ['T18501.script'])
test('T18644', normal, ghci_script, ['T18644.script'])
+test('T18755', normal, ghci_script, ['T18755.script'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba5965eb10967d21b992aac925fb772db2ddde12
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba5965eb10967d21b992aac925fb772db2ddde12
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/20201001/748c4c05/attachment.html>
More information about the ghc-commits
mailing list