aprantl accepted this revision. aprantl added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp:30 + intint_map::const_iterator const_it = ii.cbegin(); + std::printf("%d %d", it->second, const_it->second); + ---------------- I know this is just a test, but maybe add a `\n` at the end? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129962/new/ https://reviews.llvm.org/D129962 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits