diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr b/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr index ee618dff56..a6eec60511 100644 --- a/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr +++ b/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr @@ -1,5 +1,5 @@ -ScopedNamedWildcardsBad.hs:11:15: error: +ScopedNamedWildcardsBad.hs:11:15: error: [GHC-83865] • Couldn't match expected type ‘Bool’ with actual type ‘Char’ • In the first argument of ‘g’, namely ‘'x'’ In the expression: g 'x' |