From 018676c7f883886b388652c913c99a10d2591b0b Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 23 Feb 2014 22:00:57 +0100 Subject: Use U+2018 instead of U+201B quote mark in compiler messages 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 --- testsuite/tests/safeHaskell/ghci/p4.stderr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/tests/safeHaskell/ghci/p4.stderr') diff --git a/testsuite/tests/safeHaskell/ghci/p4.stderr b/testsuite/tests/safeHaskell/ghci/p4.stderr index 8ff140a7bd..c7eb6070e1 100644 --- a/testsuite/tests/safeHaskell/ghci/p4.stderr +++ b/testsuite/tests/safeHaskell/ghci/p4.stderr @@ -1,6 +1,6 @@ -:6:9: Not in scope: ‛System.IO.Unsafe.unsafePerformIO’ +:6:9: Not in scope: ‘System.IO.Unsafe.unsafePerformIO’ -:7:9: Not in scope: ‛x’ +:7:9: Not in scope: ‘x’ -:8:1: Not in scope: ‛y’ +:8:1: Not in scope: ‘y’ -- cgit v1.2.1