[Git][ghc/ghc][wip/andreask/infer_exprs] Adjust regex

Andreas Klebinger (@AndreasK) gitlab at gitlab.haskell.org
Fri Aug 12 18:54:57 UTC 2022



Andreas Klebinger pushed to branch wip/andreask/infer_exprs at Glasgow Haskell Compiler / GHC


Commits:
d04a6a55 by Andreas Klebinger at 2022-08-12T20:54:35+02:00
Adjust regex

- - - - -


1 changed file:

- testsuite/tests/simplStg/should_compile/all.T


Changes:

=====================================
testsuite/tests/simplStg/should_compile/all.T
=====================================
@@ -11,4 +11,4 @@ setTestOpts(f)
 
 test('T13588', [ grep_errmsg('case') ] , compile, ['-dverbose-stg2stg -fno-worker-wrapper'])
 test('T19717', normal, compile, ['-ddump-stg-final -dsuppress-uniques -dno-typeable-binds'])
-test('inferTags002', [ only_ways(['optasm']), grep_errmsg('(stg\_ap\_0)', [1])], compile, ['-ddump-cmm -dsuppress-uniques -dno-typeable-binds -O'])
+test('inferTags002', [ only_ways(['optasm']), grep_errmsg('(call stg\_ap\_0)', [1])], compile, ['-ddump-cmm -dsuppress-uniques -dno-typeable-binds -O'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d04a6a5586785f52ed48fd5545e553e008f2165c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d04a6a5586785f52ed48fd5545e553e008f2165c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220812/947fd6ad/attachment-0001.html>


More information about the ghc-commits mailing list