This is an archive of the discontinued LLVM Phabricator instance.

[clang][NFC] Cleanup some coroutine tests
ClosedPublic

Authored by urnathan on May 13 2022, 3:58 AM.

Details

Summary

While working on PR55406 I noticed these two tests emit a warning about a missing unhandled_exception. That's irrelevant to what is being tested, but is unnecessary noise. I suspect the warning post-dates the tests.

Diff Detail

Event Timeline

urnathan created this revision.May 13 2022, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2022, 3:58 AM
urnathan requested review of this revision.May 13 2022, 3:58 AM
dblaikie accepted this revision.May 13 2022, 6:06 PM

sounds ok, thanks!

This revision is now accepted and ready to land.May 13 2022, 6:06 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 5:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript