Skip to content

Commit

Permalink
Enable test_dylink_function_pointer_equality under fastcomp (emscript…
Browse files Browse the repository at this point in the history
…en-core#9431)

Recent changes to fastcomp mean that this test now passes.

Fixes: emscripten-core#8268
  • Loading branch information
sbc100 authored and belraquib committed Dec 23, 2020
1 parent b18d68e commit 93cc2db
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 93cc2db

Please sign in to comment.