summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep1_8.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-3/+3
| | | | | | | 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 output for genericsNicolas Frisby2013-11-181-1/+2
|
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-241-3/+3
|
* Add tests for deriving Generic1Jose Pedro Magalhaes2012-06-211-0/+5
Most of these tests were written by Nicolas Frisby.