[Git][ghc/ghc][wip/T26709] Wibble
Simon Peyton Jones pushed to branch wip/T26709 at Glasgow Haskell Compiler / GHC Commits: d772880e by Simon Peyton Jones at 2025-12-30T17:43:05+00:00 Wibble - - - - - 1 changed file: - testsuite/tests/simplCore/should_compile/all.T Changes: ===================================== testsuite/tests/simplCore/should_compile/all.T ===================================== @@ -565,4 +565,6 @@ test('T26117', [grep_errmsg(r'==')], compile, ['-O -ddump-simpl -dsuppress-uniqu test('T26349', normal, compile, ['-O -ddump-rules']) # T26709: we expect three `case` expressions not four -test('T26709', [grep_errmsg(r'case', ['-O -ddump-simpl -dsuppress-uniques -dno-typeable-binds']) +test('T26709', [grep_errmsg(r'case')], + multimod_compile, + ['-O -ddump-simpl -dsuppress-uniques -dno-typeable-binds']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d772880e62b5cd6619623f899ffe281f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d772880e62b5cd6619623f899ffe281f... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)