]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss
authorthe8472 <the8472@users.noreply.github.com>
Wed, 22 Sep 2021 17:03:23 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 17:03:23 +0000 (19:03 +0200)
Re-enable the `src/test/debuginfo/mutex.rs` test on Windows

This test required a newer version of cdb than was previously enabled in
CI thus leading to some bitrot in the test since the time it was
originally created. With the update to the `windows-latest` image last
week, we're now running this test in CI and thus uncovered the
regression.

I've updated the test and it now passes.

r? `@ehuss`


Trivial merge