summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T12525.stdout
diff options
context:
space:
mode:
authorRoland Senn <rsx@bluewin.ch>2018-11-17 12:22:23 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-11-17 13:51:58 +0100
commit921fd890abe0e7267962c9439098b03c94ebdb9b (patch)
treed3c70d86ea798e57540e3bcec8e6120128dedd94 /testsuite/tests/ghci/should_run/T12525.stdout
parent65517979adf03a1fa5d33d34e419e7dfc9444002 (diff)
downloadhaskell-921fd890abe0e7267962c9439098b03c94ebdb9b.tar.gz
Fix #12525: Remove derived bindings from the TyThings from getBindings
Summary: Remove derived OccNames from the list of TyThings returned by the function GHC.getBindings. Therefore the output of the `:show bindings `command will not contain names generated by GHC. Test Plan: make test TEST=T12525 Reviewers: austin, hvr, alanz, angerman, thomie, bgamari, osa1 Reviewed By: osa1 Subscribers: simonpj, osa1, rwbarton, carter GHC Trac Issues: #12525 Differential Revision: https://phabricator.haskell.org/D5326
Diffstat (limited to 'testsuite/tests/ghci/should_run/T12525.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/T12525.stdout3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T12525.stdout b/testsuite/tests/ghci/should_run/T12525.stdout
new file mode 100644
index 0000000000..31049e14d1
--- /dev/null
+++ b/testsuite/tests/ghci/should_run/T12525.stdout
@@ -0,0 +1,3 @@
+x :: () = _
+y :: () = ()
+class Foo a