Skip to content

Commit d774ec7

Browse files
committed
emscripten_has_asyncify: disable test in fastcomp
1 parent ab85062 commit d774ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,7 @@ def test_emscripten_get_compiler_setting(self):
17581758
self.set_setting('RETAIN_COMPILER_SETTINGS', 1)
17591759
self.do_run(open(src).read(), open(output).read().replace('waka', shared.EMSCRIPTEN_VERSION))
17601760

1761+
@no_fastcomp('ASYNCIFY has been removed from fastcomp')
17611762
def test_emscripten_has_asyncify(self):
17621763
src = r'''
17631764
#include <stdio.h>

0 commit comments

Comments
 (0)