diff --git a/tests/test_core.py b/tests/test_core.py index 8e9c06895103..ff980264f12c 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -4057,7 +4057,7 @@ def test_dylink_hyper_dupe(self): printf("only_in_third_1: %d, %d, %d, %d\n", sidef(), sideg, second_to_third, x); } ''') - run_process([PYTHON, EMCC, 'third.cpp', '-s', 'SIDE_MODULE=1', '-s', 'EXPORT_ALL=1'] + Building.COMPILER_TEST_OPTS + self.emcc_args + ['-o', 'third' + dylib_suffix]) + run_process([PYTHON, EMCC, 'third.cpp', '-s', 'SIDE_MODULE=1', '-s', 'EXPORT_ALL=1'] + self.get_emcc_args() + ['-o', 'third' + dylib_suffix]) self.dylink_test(main=r''' #include