Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13929 - ehuss:squelch-unittest-warnings, r=<try>
Silence warnings running embedded unittests. The `util::toml::embedded::test_expand` unittests were printing warnings directly to stderr, circumventing the libtest override. They were displaying ``warning: `package.edition` is unspecified, defaulting to `2021` ``. That warning doesn't look particularly important for those tests, so this changes it to swallow the output. We may want to have some kind of utility function for generating a GlobalContext for testing purposes that does this, since this is a repeated pattern.
- Loading branch information