diff options
Diffstat (limited to 'testsuite/tests/th/T2713.stderr')
-rw-r--r-- | testsuite/tests/th/T2713.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/th/T2713.stderr b/testsuite/tests/th/T2713.stderr index ce9091c79c..ae40f1ba48 100644 --- a/testsuite/tests/th/T2713.stderr +++ b/testsuite/tests/th/T2713.stderr @@ -1,10 +1,10 @@ -T2713.hs:11:10: error: +T2713.hs:11:10: error: [GHC-44432] The fixity signature for ‘.*.’ lacks an accompanying binding Suggested fix: Move the fixity signature to the declaration site of ‘.*.’. -T2713.hs:12:1: error: +T2713.hs:12:1: error: [GHC-44432] The type signature for ‘f’ lacks an accompanying binding Suggested fix: Move the type signature to the declaration site of ‘f’. |