Skip to content

Commit

Permalink
Revert "Fix test_dlfcn_self (emscripten-core#8427)"
Browse files Browse the repository at this point in the history
This reverts commit 7e73471.
  • Loading branch information
VirtualTim authored May 23, 2019
1 parent d8a4adf commit 541c0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2743,8 +2743,7 @@ 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.set_setting('MAIN_MODULE')
self.set_setting('EXPORT_ALL')
self.prep_dlfcn_main()

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

0 comments on commit 541c0ac

Please sign in to comment.