From 8f6fc5011fff6afe092cac336061e15eaee8d230 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 30 Aug 2019 10:16:35 -0700 Subject: [PATCH] Re-enable tests on mac after emscripten roll (#347) --- test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test.py b/test.py index 179db8e..f70d729 100755 --- a/test.py +++ b/test.py @@ -68,12 +68,6 @@ print('building proper system libraries') def test_lib_building(emcc, use_asmjs_optimizer): - # TODO(sbc): Re-enable this part of the test once this upstream emscripten fix - # makes it into a release: - # https://github.com/emscripten-core/emscripten/pull/9347 - if MACOS: - return - def test_build(args, expected=None, unexpected=None): checked_call_with_output(emcc + ' hello_world.cpp' + args, expected=expected,