summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock')
-rw-r--r--testsuite/tests/haddock/haddock_examples/haddock.Test.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
index 77286daf62..c2994dc1a5 100644
--- a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
+++ b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
@@ -1,17 +1,17 @@
-[1 of 3] Compiling Visible ( Visible.hs, Visible.o )
+[1 of 3] Compiling Hidden ( Hidden.hs, Hidden.o )
==================== Parser ====================
-module Visible where
-visible :: Int -> Int
-visible a = a
+module Hidden where
+hidden :: Int -> Int
+hidden a = a
-[2 of 3] Compiling Hidden ( Hidden.hs, Hidden.o )
+[2 of 3] Compiling Visible ( Visible.hs, Visible.o )
==================== Parser ====================
-module Hidden where
-hidden :: Int -> Int
-hidden a = a
+module Visible where
+visible :: Int -> Int
+visible a = a
[3 of 3] Compiling Test ( Test.hs, Test.o )