[Git][ghc/ghc][wip/js-th] Testsuite: req_bco already exists

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Tue Feb 14 16:28:41 UTC 2023



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


Commits:
085fc04b by Sylvain Henry at 2023-02-14T17:33:03+01:00
Testsuite: req_bco already exists

- - - - -


1 changed file:

- testsuite/driver/testlib.py


Changes:

=====================================
testsuite/driver/testlib.py
=====================================
@@ -294,13 +294,6 @@ def req_ffi_exports( name, opts):
     # JS backend doesn't support FFI exports (yet)
     js_skip(name, opts)
 
-def req_bco( name, opts):
-    """
-    Mark a test as requiring Byte-Code support
-    """
-    # JS backend doesn't support BCO
-    js_skip(name, opts)
-
 def req_asm( name, opts):
     """
     Mark a test as requiring LangAsm support



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/085fc04bd2fda63cfb918bb4952714748ad48406
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/20230214/c4d336ec/attachment.html>


More information about the ghc-commits mailing list