[Git][ghc/ghc][wip/ghci-primcall] fix typo in testcase

Luite Stegeman (@luite) gitlab at gitlab.haskell.org
Fri Jan 6 04:45:35 UTC 2023



Luite Stegeman pushed to branch wip/ghci-primcall at Glasgow Haskell Compiler / GHC


Commits:
bdfcab04 by Luite Stegeman at 2023-01-06T13:44:21+09:00
fix typo in testcase

- - - - -


1 changed file:

- testsuite/tests/ghci/should_run/GHCiPrimCall/GHCiPrimCall_cmm.cmm


Changes:

=====================================
testsuite/tests/ghci/should_run/GHCiPrimCall/GHCiPrimCall_cmm.cmm
=====================================
@@ -118,7 +118,7 @@ cmm_floating_7( W_ x1, F_ x2, D_ x3
     y3 = %fadd(y3,x18);
     y3 = %fadd(y3,x21);
 
-    return ( y1, y2, y2 );
+    return ( y1, y2, y3 );
 }
 
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bdfcab04ec8a00b0eac94ce03a8d651c8e1685da
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/20230105/79dc43c5/attachment.html>


More information about the ghc-commits mailing list