[Git][ghc/ghc][wip/ani/T27156] fix testcases
22 Apr
2026
22 Apr
'26
9:14 p.m.
Apoorv Ingle pushed to branch wip/ani/T27156 at Glasgow Haskell Compiler / GHC
Commits:
7ee2e53f by Apoorv Ingle at 2026-04-22T16:14:09-05:00
fix testcases
- - - - -
2 changed files:
- testsuite/tests/ghc-api/T25121_status.stdout
- testsuite/tests/rebindable/T19918.stdout
Changes:
=====================================
testsuite/tests/ghc-api/T25121_status.stdout
=====================================
@@ -48,7 +48,9 @@ X(ExprWithTySig) mismatch
X(UntypedSplice) mismatch
>>> HsUntypedSpliceResult (HsExpr (GhcPass 'Renamed))
<<< HsUntypedSpliceResult (GenLocated (EpAnn AnnListItem) (HsType (GhcPass 'Renamed)))
-X(ExplicitList) match = NoExtField
+X(ExplicitList) mismatch
+ >>> RebindableSyntaxTable
+ <<< NoExtField
X(ExplicitTuple) match = NoExtField
X(Hole) mismatch
>>> HoleKind
=====================================
testsuite/tests/rebindable/T19918.stdout
=====================================
@@ -13,4 +13,4 @@
[("negate",SrcLoc {srcLocPackage = "main", srcLocModule = "Main", srcLocFile = "T19918.hs", srcLocStartLine = 63, srcLocStartCol = 11, srcLocEndLine = 63, srcLocEndCol = 17})]
[("a use of syntactic negation",SrcLoc {srcLocPackage = "main", srcLocModule = "Main", srcLocFile = "T19918.hs", srcLocStartLine = 64, srcLocStartCol = 11, srcLocEndLine = 64, srcLocEndCol = 14})]
[(">>",SrcLoc {srcLocPackage = "main", srcLocModule = "Main", srcLocFile = "T19918.hs", srcLocStartLine = 65, srcLocStartCol = 14, srcLocEndLine = 65, srcLocEndCol = 16})]
-[("a do statement",SrcLoc {srcLocPackage = "main", srcLocModule = "Main", srcLocFile = "T19918.hs", srcLocStartLine = 66, srcLocStartCol = 16, srcLocEndLine = 66, srcLocEndCol = 18})]
+[("a do statement",SrcLoc {srcLocPackage = "main", srcLocModule = "Main", srcLocFile = "T19918.hs", srcLocStartLine = 66, srcLocStartCol = 11, srcLocEndLine = 66, srcLocEndCol = 24})]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ee2e53f16f8307b5e65057139297c08526f365a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ee2e53f16f8307b5e65057139297c08526f365a
You're receiving this email because of your account on gitlab.haskell.org.
81
Age (days ago)
81
Last active (days ago)
0 comments
1 participants
participants (1)
-
Apoorv Ingle (@ani)