This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix TestVSCode_completions on Darwin
ClosedPublic

Authored by JDevlieghere on Aug 25 2023, 2:15 PM.

Details

Summary

The test was expecting vector<basic_string<char>> & while the test returned vector<string> &. Since verify_completions doesn't support regex matching, sidestep the issue by using a custom type (baz).

Diff Detail

Event Timeline

JDevlieghere created this revision.Aug 25 2023, 2:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 2:15 PM
JDevlieghere requested review of this revision.Aug 25 2023, 2:15 PM
wallace accepted this revision.Aug 25 2023, 2:17 PM

Awesome!!

This revision is now accepted and ready to land.Aug 25 2023, 2:17 PM

Awesome!!

Thank you for the prompt reviews!

Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 2:35 PM