This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix language label in ObjC Language unittest
ClosedPublic

Authored by cmtice on May 6 2023, 12:02 AM.

Details

Summary

The recently added ObjC Language unittest, InvalidMethondNameParsing, currently has CPlusPlusLanguage as its language label (see https://reviews.llvm.org/D149804). There is already a test with the same name and same language label in the C++ Language unittests, so this creates a name conflict. This patch corrects the language label on the ObjC test.

Diff Detail

Event Timeline

cmtice created this revision.May 6 2023, 12:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2023, 12:02 AM
cmtice requested review of this revision.May 6 2023, 12:02 AM
cmtice added reviewers: JDevlieghere, bulbazord, jingham.
bulbazord accepted this revision.May 6 2023, 10:05 AM

Oh that was a silly mistake on my part... Thank you!

This revision is now accepted and ready to land.May 6 2023, 10:05 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2023, 12:30 PM