Skip to content

Commit 33227f7

Browse files
authored
Re-enable test_metadce_hello_main_module_2. NFC (#16088)
1 parent fb0d9ab commit 33227f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_other.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7277,8 +7277,7 @@ def test_metadce_cxx(self, *args):
72777277
# we don't metadce with linkable code! other modules may want stuff
72787278
# TODO(sbc): Investivate why the number of exports is order of magnitude
72797279
# larger for wasm backend.
7280-
# Temporarily disabled while https://reviews.llvm.org/D117412 rolls in
7281-
# 'main_module_2': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
7280+
'main_module_2': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
72827281
})
72837282
def test_metadce_hello(self, *args):
72847283
self.run_metadce_test('hello_world.cpp', *args)

0 commit comments

Comments
 (0)