emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.92k stars 3.32k forks source link

Use simple response file format in test code. NFC #22976

Closed sbc100 closed 1 week ago

sbc100 commented 1 week ago

The simple one-line-per-element format is recommended these days.

We have other tests that actually test both formats work (test_dash_s_list_parsing and test_dash_s_response_file_list)