summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci044.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci044.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci044.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci044.stderr b/testsuite/tests/ghci/scripts/ghci044.stderr
index 9ff8acc5c7..716f46e12e 100644
--- a/testsuite/tests/ghci/scripts/ghci044.stderr
+++ b/testsuite/tests/ghci/scripts/ghci044.stderr
@@ -1,8 +1,8 @@
<interactive>:9:1: error:
- Overlapping instances for C [Int] arising from a use of ‘f’
- Matching instances:
- instance [safe] C [Int] -- Defined at <interactive>:6:10
- instance [safe] C a => C [a] -- Defined at <interactive>:8:10
- In the expression: f [4 :: Int]
- In an equation for ‘it’: it = f [4 :: Int]
+ • Overlapping instances for C [Int] arising from a use of ‘f’
+ Matching instances:
+ instance [safe] C [Int] -- Defined at <interactive>:6:10
+ instance [safe] C a => C [a] -- Defined at <interactive>:8:10
+ • In the expression: f [4 :: Int]
+ In an equation for ‘it’: it = f [4 :: Int]