From c0a4339877df4640444fe2e50499d84144393bc3 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 7 Feb 2009 13:53:53 +0000 Subject: Update test following change to top level subordinates --- tests/tests/Bug6.hs | 2 +- tests/tests/Bug6.html.ref | 30 +--------- tests/tests/Test.html.ref | 143 ---------------------------------------------- 3 files changed, 2 insertions(+), 173 deletions(-) diff --git a/tests/tests/Bug6.hs b/tests/tests/Bug6.hs index 498983df..17411f31 100644 --- a/tests/tests/Bug6.hs +++ b/tests/tests/Bug6.hs @@ -7,7 +7,7 @@ data A = A { a :: Int } -- | -- .. with its field, but the field is named separately in the export list --- (should still be visible as a field name) +-- (the field isn't documented separately since it is already documented here) data B = B { b :: Int } -- | diff --git a/tests/tests/Bug6.html.ref b/tests/tests/Bug6.html.ref index 995bd148..5218d228 100644 --- a/tests/tests/Bug6.html.ref +++ b/tests/tests/Bug6.html.ref @@ -112,18 +112,6 @@ >b :: B -> Intdata .. with its field, but the field is named separately in the export list - (should still be visible as a field name) + (the field isn't documented separately since it is already documented here) b :: B -> Intdata p :: R -> Intq :: R -> forall a. a -> au :: R -> Intclass a :: C a => IO af :: p :: R -> IntThis comment applies to the p field -q :: R -> forall a. a -> aThis comment applies to the q field -u :: R -> Inta :: C a => IO athis is a description of the a method -