Skip to content

Commit

Permalink
Enable test_dylink_function_pointer_equality under fastcomp (#9431)
Browse files Browse the repository at this point in the history
Recent changes to fastcomp mean that this test now passes.

Fixes: #8268
  • Loading branch information
sbc100 authored Sep 13, 2019
1 parent 1ff086b commit 62098eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,6 @@ def test_dylink_memory_growth(self):
self.do_basic_dylink_test()

@needs_dlfcn
@no_fastcomp('https://github.com/emscripten-core/emscripten/issues/8268')
def test_dylink_function_pointer_equality(self):
self.dylink_test(r'''
#include <stdio.h>
Expand Down

0 comments on commit 62098eb

Please sign in to comment.