Skip to content

Commit

Permalink
Fix test_dlfcn_self (#8427)
Browse files Browse the repository at this point in the history
This test has been broken for a long time now but was not running
due to a bug in the use of decorators which was recently fixed in #8424
so this test started failing.
  • Loading branch information
sbc100 authored Apr 10, 2019
1 parent d91c4b8 commit 449fd05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2743,7 +2743,8 @@ def test_dlfcn_alignment_and_zeroing(self):
@no_wasm('needs to be able to add JS functions to the wasm table')
@needs_dlfcn
def test_dlfcn_self(self):
self.prep_dlfcn_main()
self.set_setting('MAIN_MODULE')
self.set_setting('EXPORT_ALL')

def post(filename):
with open(filename) as f:
Expand Down

0 comments on commit 449fd05

Please sign in to comment.