[Git][ghc/ghc][wip/js-staging] Add missing comma

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Mon Oct 24 12:52:47 UTC 2022



Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
6fdb9426 by Sylvain Henry at 2022-10-24T14:56:20+02:00
Add missing comma

- - - - -


1 changed file:

- testsuite/tests/ghci/linking/all.T


Changes:

=====================================
testsuite/tests/ghci/linking/all.T
=====================================
@@ -55,7 +55,7 @@ test('T11531',
       unless(doing_ghci, skip),
       unless(opsys('linux'), skip),
       req_c,
-      req_interp
+      req_interp,
       fragile(11531)],
      makefile_test, ['T11531'])
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6fdb94262c4d6f70a1da6facec7aed4400994735
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/20221024/cbdbaa2e/attachment.html>


More information about the ghc-commits mailing list