Skip to content

Commit 6639943

Browse files
authored
Re-enable test_binaryen_from_source on mac. NFC (#1659)
WebAssembly/binaryen#4299 has been fixed.
1 parent 7783222 commit 6639943

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ def test_specific_version_full(self):
274274
run_emsdk('activate sdk-tag-1.38.33-64bit')
275275

276276
def test_binaryen_from_source(self):
277-
if MACOS:
278-
self.skipTest("https://github.com/WebAssembly/binaryen/issues/4299")
279277
if WINDOWS:
280278
self.skipTest("https://github.com/emscripten-core/emsdk/issues/1624")
281279
print('test binaryen source build')

0 commit comments

Comments
 (0)