[clangd] Fix flaky throttler test
authorSam McCall <sam.mccall@gmail.com>
Thu, 7 Jul 2022 16:09:15 +0000 (18:09 +0200)
committerSam McCall <sam.mccall@gmail.com>
Thu, 7 Jul 2022 16:09:54 +0000 (18:09 +0200)
commiteb64dbd6e0e617298579d32372fb92e595816d45
tree5d1973499df772e179bd5335a98fcff0df71aabb
parent61d417ceff90c4bd99bfed082d81bcc33ecf5a45
[clangd] Fix flaky throttler test

The production code doesn't depend on the relative destruction order of
the throttle request and the main request, but the test does.
clang-tools-extra/clangd/TUScheduler.cpp