summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci053.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci053.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci053.stderr20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci053.stderr b/testsuite/tests/ghci/scripts/ghci053.stderr
index 6ea05924d9..2d91a51d21 100644
--- a/testsuite/tests/ghci/scripts/ghci053.stderr
+++ b/testsuite/tests/ghci/scripts/ghci053.stderr
@@ -1,16 +1,16 @@
<interactive>:10:12:
- Couldn't match expected type ‛Ghci1.Planet’
- with actual type ‛Planet’
- NB: ‛Ghci1.Planet’ is defined at <interactive>:5:1-49
- ‛Planet’ is defined at <interactive>:8:1-41
- In the second argument of ‛(==)’, namely ‛Mercury’
+ Couldn't match expected type ‘Ghci1.Planet’
+ with actual type ‘Planet’
+ NB: ‘Ghci1.Planet’ is defined at <interactive>:5:1-49
+ ‘Planet’ is defined at <interactive>:8:1-41
+ In the second argument of ‘(==)’, namely ‘Mercury’
In the expression: mercury == Mercury
<interactive>:12:10:
- Couldn't match expected type ‛Planet’
- with actual type ‛Ghci1.Planet’
- NB: ‛Planet’ is defined at <interactive>:8:1-41
- ‛Ghci1.Planet’ is defined at <interactive>:5:1-49
- In the second argument of ‛(==)’, namely ‛Earth’
+ Couldn't match expected type ‘Planet’
+ with actual type ‘Ghci1.Planet’
+ NB: ‘Planet’ is defined at <interactive>:8:1-41
+ ‘Ghci1.Planet’ is defined at <interactive>:5:1-49
+ In the second argument of ‘(==)’, namely ‘Earth’
In the expression: Venus == Earth