diff options
Diffstat (limited to 'testsuite/tests/module/mod45.stderr')
-rw-r--r-- | testsuite/tests/module/mod45.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/module/mod45.stderr b/testsuite/tests/module/mod45.stderr index ac8f21b54c..8f62bad0e3 100644 --- a/testsuite/tests/module/mod45.stderr +++ b/testsuite/tests/module/mod45.stderr @@ -1,6 +1,6 @@ -mod45.hs:5:11: - Illegal type signature in instance declaration: - (==) :: T -> T -> Bool - (Use InstanceSigs to allow this) - In the instance declaration for ‘Eq T’ +mod45.hs:6:11: error: + • Illegal type signature in instance declaration: + (==) :: T -> T -> Bool + (Use InstanceSigs to allow this) + • In the instance declaration for ‘Eq T’ |