emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.37k stars 3.25k forks source link

Simplify a couple of interactive browser tests. NFC #22021

Closed sbc100 closed 1 month ago

sbc100 commented 1 month ago

These tests don't need to do a separate compile and run step when they can both just use the btest helper.

sbc100 commented 1 month ago

These were the only two uses of compile_test outside of test_browser.py.