Skip to content

Commit

Permalink
Tweak test as a result of fixing #4175
Browse files Browse the repository at this point in the history
The test calls ":info" on an associate type, so now the output also
contains the associated type's instances.
  • Loading branch information
Patrick Palka authored and Simon Peyton Jones committed Mar 15, 2013
1 parent 1968572 commit dfc87c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ghci/scripts/T5417.stdout
Expand Up @@ -4,3 +4,4 @@ data family D a
class C.C1 a where class C.C1 a where
data family C.F a data family C.F a
-- Defined at T5417a.hs:5:10 -- Defined at T5417a.hs:5:10
data C.F (B1 a) -- Defined at T5417.hs:8:10

0 comments on commit dfc87c8

Please sign in to comment.