diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2013-03-14 15:01:54 -0400 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-03-15 11:17:52 +0000 |
commit | 61c83e9fdb42884112eca59ed3c3db17b2464319 (patch) | |
tree | d4af1f577c5b78deb7c1022a59c422d4834ef1db /testsuite/tests/ghci/scripts/T5417.stdout | |
parent | f3da8ce8a034f1c0e3dc9aa30faf721fea2ec70b (diff) | |
download | haskell-61c83e9fdb42884112eca59ed3c3db17b2464319.tar.gz |
Tweak test as a result of fixing #4175
The test calls ":info" on an associate type, so now the output also
contains the associated type's instances.
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5417.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T5417.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T5417.stdout b/testsuite/tests/ghci/scripts/T5417.stdout index 4556d1d765..ec42e184a0 100644 --- a/testsuite/tests/ghci/scripts/T5417.stdout +++ b/testsuite/tests/ghci/scripts/T5417.stdout @@ -4,3 +4,4 @@ data family D a class C.C1 a where data family C.F a -- Defined at T5417a.hs:5:10 +data C.F (B1 a) -- Defined at T5417.hs:8:10 |