Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test_dash_s_list_parsing more robust (#18336)
Don't try to assert that the emcc stderr is empty. The compiler can generate message on stderr under certain circumstances. For example the `cache:INFO: generating system library: ...` messages. Without this change this test fails if the cache is cleared right before running it.
- Loading branch information