summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stdout
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-09-21 01:04:28 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-09-21 09:44:21 +0100
commit52fd56ae5a1b9d46a72a97df2827911e50ecbbc6 (patch)
tree5eacd9aa543ebb214ba3860ea9166b8edf4cf06a /testsuite/tests/ghci/scripts/ghci051.stdout
parent30a698dc10b353118d9c6a20f9030b864689e5bc (diff)
downloadhaskell-52fd56ae5a1b9d46a72a97df2827911e50ecbbc6.tar.gz
update error messages
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci051.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci051.stdout20
1 files changed, 11 insertions, 9 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci051.stdout b/testsuite/tests/ghci/scripts/ghci051.stdout
index 1098275ab8..7ddd1c9b73 100644
--- a/testsuite/tests/ghci/scripts/ghci051.stdout
+++ b/testsuite/tests/ghci/scripts/ghci051.stdout
@@ -1,9 +1,11 @@
-data T = C | D -- Defined at <interactive>:0:10
-type T' = :Interactive.T -- Defined at <interactive>:0:6-7
-data :Interactive.T = A | ... -- Defined at <interactive>:0:10
-data :Interactive.T = B | ... -- Defined at <interactive>:0:12
-data T = C | ... -- Defined at <interactive>:0:14
-data T = ... | D -- Defined at <interactive>:0:18
-b :: T' -- Defined at <interactive>:0:5
-c :: :Interactive.T -- Defined at <interactive>:0:5
-d :: T -- Defined at <interactive>:0:5
+data T = C | D -- Defined at <interactive>:9:10
+type T' = main::Interactive.T -- Defined at <interactive>:4:6
+data main::Interactive.T = A | ...
+ -- Defined at <interactive>:3:10
+data main::Interactive.T = B | ...
+ -- Defined at <interactive>:6:12
+data T = C | ... -- Defined at <interactive>:9:14
+data T = ... | D -- Defined at <interactive>:9:18
+b :: T' -- Defined at <interactive>:5:5
+c :: main::Interactive.T -- Defined at <interactive>:8:5
+d :: T -- Defined at <interactive>:10:5