Skip to content

Commit

Permalink
Revert "Disable a test to allow LLVM to roll in (emscripten-core#21978)"
Browse files Browse the repository at this point in the history
This reverts commit ed95123.
  • Loading branch information
kripken committed May 22, 2024
1 parent 170320c commit c59cb16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8612,8 +8612,7 @@ def test_metadce_libcxxabi_message(self, *args):

@parameterized({
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
# XXX disabled for LLVM roll
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
})
def test_metadce_files(self, *args):
self.run_metadce_test('files.cpp', *args)
Expand Down

0 comments on commit c59cb16

Please sign in to comment.