diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 7481b4a7..5e801646 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5587,7 +5587,9 @@ The current type of b is: 9 self.emcc_args = self.emcc_args[:i] + self.emcc_args[i+2:] break - if not Settings.ASM_JS: + if Settings.ASM_JS: + Settings.DLOPEN_SUPPORT = 1 + else: Settings.NAMED_GLOBALS = 1 lib_src = ''' |