Simon Jakobi pushed to branch wip/sjakobi/T23414 at Glasgow Haskell Compiler / GHC Commits: 9de8fc38 by Simon Jakobi at 2026-05-22T18:16:55+02:00 Fix test output - - - - - 3 changed files: - testsuite/tests/patsyn/should_fail/T14114.stderr - testsuite/tests/rename/should_fail/rnfail004.stderr - testsuite/tests/typecheck/should_fail/tcfail038.stderr Changes: ===================================== testsuite/tests/patsyn/should_fail/T14114.stderr ===================================== @@ -1,6 +1,5 @@ - T14114.hs:4:20: error: [GHC-10498] - • Conflicting definitions for 'a' + • Conflicting definitions for ‘a’ Bound at: T14114.hs:4:20 T14114.hs:4:22 • In a pattern synonym declaration @@ -12,7 +11,7 @@ T14114.hs:4:20: error: [GHC-10498] | ^ T14114.hs:5:20: error: [GHC-10498] - • Conflicting definitions for 'a' + • Conflicting definitions for ‘a’ Bound at: T14114.hs:5:20 T14114.hs:5:22 • In a pattern synonym declaration @@ -24,7 +23,7 @@ T14114.hs:5:20: error: [GHC-10498] | ^ T14114.hs:6:20: error: [GHC-10498] - • Conflicting definitions for 'a' + • Conflicting definitions for ‘a’ Bound at: T14114.hs:6:20 T14114.hs:6:22 • In a pattern synonym declaration @@ -34,3 +33,4 @@ T14114.hs:6:20: error: [GHC-10498] | 6 | pattern Foo3 a <- (a,a) where | ^ + ===================================== testsuite/tests/rename/should_fail/rnfail004.stderr ===================================== @@ -1,6 +1,5 @@ - rnfail004.hs:6:5: error: [GHC-10498] - Conflicting definitions for 'a' + Conflicting definitions for ‘a’ Bound at: rnfail004.hs:6:5 rnfail004.hs:7:10 | @@ -11,7 +10,7 @@ rnfail004.hs:6:5: error: [GHC-10498] | ^ rnfail004.hs:7:6: error: [GHC-10498] - Conflicting definitions for 'b' + Conflicting definitions for ‘b’ Bound at: rnfail004.hs:7:6 rnfail004.hs:8:8 | @@ -20,3 +19,4 @@ rnfail004.hs:7:6: error: [GHC-10498] | 8 | [d,b,_] = ([],a,[]) | ^ + ===================================== testsuite/tests/typecheck/should_fail/tcfail038.stderr ===================================== @@ -1,6 +1,5 @@ - tcfail038.hs:7:11: error: [GHC-10498] - Conflicting definitions for '==' + Conflicting definitions for ‘==’ Bound at: tcfail038.hs:7:11-12 tcfail038.hs:9:11-12 | @@ -11,7 +10,7 @@ tcfail038.hs:7:11: error: [GHC-10498] | ^^ tcfail038.hs:8:11: error: [GHC-10498] - Conflicting definitions for '/=' + Conflicting definitions for ‘/=’ Bound at: tcfail038.hs:8:11-12 tcfail038.hs:10:11-12 | @@ -20,3 +19,4 @@ tcfail038.hs:8:11: error: [GHC-10498] | 10 | a /= b = True | ^^ + View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9de8fc388fdf0ce440f01e7215ddb1cc... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9de8fc388fdf0ce440f01e7215ddb1cc... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Jakobi (@sjakobi2)