[Git][ghc/ghc][wip/T18854] Update T5423_cmm.cmm
Moritz Angermann
gitlab at gitlab.haskell.org
Fri Oct 16 07:41:27 UTC 2020
Moritz Angermann pushed to branch wip/T18854 at Glasgow Haskell Compiler / GHC
Commits:
d0488819 by Moritz Angermann at 2020-10-16T03:41:25-04:00
Update T5423_cmm.cmm
- - - - -
1 changed file:
- testsuite/tests/rts/T5423_cmm.cmm
Changes:
=====================================
testsuite/tests/rts/T5423_cmm.cmm
=====================================
@@ -10,6 +10,6 @@ test (W_ r1,
W_ r9,
W_ r10)
{
- foreign "C" test_it(r1, r2, r3, r4, r5, r6, r7, r8, r9, r10);
+ foreign "C" print_it(r1, r2, r3, r4, r5, r6, r7, r8, r9, r10);
return (r10);
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d04888192d18285cf2cdc4221a87b1ccd5894c55
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d04888192d18285cf2cdc4221a87b1ccd5894c55
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/20201016/78344908/attachment.html>
More information about the ghc-commits
mailing list