diff options
Diffstat (limited to 'testsuite/tests/rebindable/rebindable12.stderr')
-rw-r--r-- | testsuite/tests/rebindable/rebindable12.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rebindable/rebindable12.stderr b/testsuite/tests/rebindable/rebindable12.stderr index e6c97e95f6..5a914418e8 100644 --- a/testsuite/tests/rebindable/rebindable12.stderr +++ b/testsuite/tests/rebindable/rebindable12.stderr @@ -1,5 +1,5 @@ -rebindable12.hs:10:5: - Couldn't match expected type ‘()’ with actual type ‘() -> ()’ - In the expression: if 'a' then () else () +rebindable12.hs:10:5: error: [GHC-83865] + • Couldn't match expected type ‘()’ with actual type ‘() -> ()’ + • In the expression: if 'a' then () else () In an equation for ‘y’: y = if 'a' then () else () |