diff options
Diffstat (limited to 'testsuite/tests/driver/recomp006/recomp006.stderr')
-rw-r--r-- | testsuite/tests/driver/recomp006/recomp006.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/driver/recomp006/recomp006.stderr b/testsuite/tests/driver/recomp006/recomp006.stderr index 84549b6e62..5b002e84e0 100644 --- a/testsuite/tests/driver/recomp006/recomp006.stderr +++ b/testsuite/tests/driver/recomp006/recomp006.stderr @@ -1,6 +1,6 @@ -A.hs:8:8: - Couldn't match expected type ‘Int’ with actual type ‘(a0, b0)’ - In the expression: (2, 3) - In the expression: (1, (2, 3)) - In an equation for ‘f’: f = (1, (2, 3)) +A.hs:8:8: error: [GHC-83865] + • Couldn't match expected type ‘Int’ with actual type ‘(a0, b0)’ + • In the expression: (2, 3) + In the expression: (1, (2, 3)) + In an equation for ‘f’: f = (1, (2, 3)) |