diff options
Diffstat (limited to 'testsuite/tests/module/mod152.stderr')
-rw-r--r-- | testsuite/tests/module/mod152.stderr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/module/mod152.stderr b/testsuite/tests/module/mod152.stderr index d0106d44a6..769b45b1c5 100644 --- a/testsuite/tests/module/mod152.stderr +++ b/testsuite/tests/module/mod152.stderr @@ -1,7 +1,7 @@ -
-mod152.hs:2:26: error:
- Ambiguous occurrence ‘id’
- It could refer to either ‘Prelude.id’,
- imported from ‘Prelude’ at mod152.hs:2:8
- (and originally defined in ‘GHC.Base’)
- or ‘M.id’, defined at mod152.hs:2:36
+ +mod152.hs:2:26: error: + Ambiguous occurrence ‘id’ + It could refer to either ‘Prelude.id’, + imported from ‘Prelude’ at mod152.hs:2:8 + (and originally defined in ‘GHC.Base’) + or ‘M.id’, defined at mod152.hs:2:36 |