diff options
Diffstat (limited to 'testsuite/tests/module/mod29.stderr')
| -rw-r--r-- | testsuite/tests/module/mod29.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod29.stderr b/testsuite/tests/module/mod29.stderr index 7e25c7f095..e70c5df83d 100644 --- a/testsuite/tests/module/mod29.stderr +++ b/testsuite/tests/module/mod29.stderr @@ -1,2 +1,5 @@ -mod29.hs:6:12: Not in scope: type constructor or class ‘Char’ +mod29.hs:6:12: error: + Not in scope: type constructor or class ‘Char’ + Perhaps you want to add ‘Char’ to the import list in the import of + ‘Prelude’ (mod29.hs:5:1-19). |
