Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ba5965eb
Commit
ba5965eb
authored
Sep 29, 2020
by
Richard Eisenberg
Committed by
Marge Bot
Oct 01, 2020
Browse files
Add regression test for #18755.
Close #18755
parent
e3655f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/scripts/T18755.script
0 → 100644
View file @
ba5965eb
:set -fprint-explicit-runtime-reps
:t ($)
testsuite/tests/ghci/scripts/T18755.stdout
0 → 100644
View file @
ba5965eb
($)
:: forall (r :: GHC.Types.RuntimeRep) a (b :: TYPE r).
(a -> b) -> a -> b
testsuite/tests/ghci/scripts/all.T
View file @
ba5965eb
...
...
@@ -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
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment