This is an archive of the discontinued LLVM Phabricator instance.

[lldb][Test] Fix import-std-module and data-formatter tests on older compilers
ClosedPublic

Authored by Michael137 on Jan 31 2023, 3:17 PM.

Details

Summary

Fixes API tests for older compilers.
Since https://reviews.llvm.org/D141828 defaulted
arguments will be omitted, but older Clang's won't.

Diff Detail

Event Timeline

Michael137 created this revision.Jan 31 2023, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 3:17 PM
Michael137 requested review of this revision.Jan 31 2023, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 3:17 PM
  • Defined missing variable
This revision was not accepted when it landed; it landed in state Needs Review.Feb 2 2023, 3:35 AM
This revision was automatically updated to reflect the committed changes.