diff options
Diffstat (limited to 'testsuite/tests/th/T17380.stderr')
-rw-r--r-- | testsuite/tests/th/T17380.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/th/T17380.stderr b/testsuite/tests/th/T17380.stderr index a2501a4cb4..85724eb549 100644 --- a/testsuite/tests/th/T17380.stderr +++ b/testsuite/tests/th/T17380.stderr @@ -5,7 +5,7 @@ T17380.hs:9:7: error: • In the expression: Just "wat" In an equation for ‘foo’: foo = Just "wat" -T17380.hs:12:9: error: +T17380.hs:12:8: error: • Couldn't match expected type ‘Maybe String’ with actual type ‘Unit (Maybe [Char])’ • In the expression: Unit Just "wat" @@ -17,7 +17,7 @@ T17380.hs:15:6: error: • In the pattern: Just "wat" In an equation for ‘baz’: baz (Just "wat") = Just "frerf" -T17380.hs:18:8: error: +T17380.hs:18:7: error: • Couldn't match expected type ‘Maybe String’ with actual type ‘Unit (Maybe [Char])’ • In the pattern: Unit(Just "wat") |