diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci051.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci051.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci051.stderr b/testsuite/tests/ghci/scripts/ghci051.stderr index 363eeb11f6..327188f42a 100644 --- a/testsuite/tests/ghci/scripts/ghci051.stderr +++ b/testsuite/tests/ghci/scripts/ghci051.stderr @@ -1,10 +1,10 @@ <interactive>:7:9: - Couldn't match type ‛T’ - with ‛Ghci1.T’ - NB: ‛T’ is defined at <interactive>:6:1-16 - ‛Ghci1.T’ is defined at <interactive>:3:1-14 + Couldn't match type ‘T’ + with ‘Ghci1.T’ + NB: ‘T’ is defined at <interactive>:6:1-16 + ‘Ghci1.T’ is defined at <interactive>:3:1-14 Expected type: T' Actual type: T In the expression: C :: T' - In an equation for ‛c’: c = C :: T' + In an equation for ‘c’: c = C :: T' |