summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock
diff options
context:
space:
mode:
authorIavor S. Diatchki <iavor.diatchki@gmail.com>2012-03-24 20:39:03 -0700
committerIavor S. Diatchki <iavor.diatchki@gmail.com>2012-03-24 20:39:03 -0700
commit9246be3de475eba060dcc284c4fe229555ac6b10 (patch)
tree49b8b3ef6a47647d9a6f80cb68c99107b3ec3a6a /testsuite/tests/haddock
parent4de8de2aa47f1a05352a64670d94f784f30aabc3 (diff)
downloadhaskell-9246be3de475eba060dcc284c4fe229555ac6b10.tar.gz
Update test to reflect the improved printing of data declarations.
Diffstat (limited to 'testsuite/tests/haddock')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
index ae25b12000..6d9a8b2181 100644
--- a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
@@ -1,7 +1,7 @@
==================== Parser ====================
module ShouldCompile where
-data <--> a b = Mk a b
+data (<-->) a b = Mk a b
test ::
[a] <document comment> -> (a <--> (b -> [a])) <document comment>
test xs ys = xs