diff options
Diffstat (limited to 'testsuite/tests/th/T2713.stderr')
-rw-r--r-- | testsuite/tests/th/T2713.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/T2713.stderr b/testsuite/tests/th/T2713.stderr index c036b43848..89a15ca83a 100644 --- a/testsuite/tests/th/T2713.stderr +++ b/testsuite/tests/th/T2713.stderr @@ -1,8 +1,8 @@ T2713.hs:11:10: - The fixity signature for ‛.*.’ lacks an accompanying binding - (The fixity signature must be given where ‛.*.’ is declared) + The fixity signature for ‘.*.’ lacks an accompanying binding + (The fixity signature must be given where ‘.*.’ is declared) T2713.hs:12:1: - The type signature for ‛f’ lacks an accompanying binding - (The type signature must be given where ‛f’ is declared) + The type signature for ‘f’ lacks an accompanying binding + (The type signature must be given where ‘f’ is declared) |