summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod90.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Unquote ‘import’ in bad import error messagePhil Ruffwind2017-01-171-3/+3
| | | | | | | | | | | | | | | | | | | In module ‘Prelude’: ‘True’ is a data constructor of ‘Bool’ To import it use ‘import’ Prelude( Bool( True ) ) The quotes around `import` don't make any sense. Test Plan: manual Reviewers: austin, mpickering, bgamari Reviewed By: mpickering, bgamari Subscribers: dfeuer, thomie Differential Revision: https://phabricator.haskell.org/D2935
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-4/+4
| | | | | | | This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-241-4/+4
|
* Accept error message wibbleSimon Peyton Jones2011-08-081-2/+2
| | | | Part of fixing Trac #5385.
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+8