diff options
Diffstat (limited to 'testsuite/tests/module/mod36.stderr')
-rw-r--r-- | testsuite/tests/module/mod36.stderr | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod36.stderr b/testsuite/tests/module/mod36.stderr index ded22d6eb4..f70285acea 100644 --- a/testsuite/tests/module/mod36.stderr +++ b/testsuite/tests/module/mod36.stderr @@ -1,2 +1,5 @@ -
-mod36.hs:5:5: error: Variable not in scope: const
+ +mod36.hs:5:5: error: + Variable not in scope: const + Perhaps you want to remove ‘const’ from the explicit hiding list + in the import of ‘Prelude’ (mod36.hs:3:1-32). |