summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-08-21 11:37:06 +0000
committerSam McCall <sam.mccall@gmail.com>2019-08-21 11:37:06 +0000
commit2fe9ce60640762f27294ae60c6b508a5bfb72f2b (patch)
tree4a340bd9d046c2e7ced126199d7cdced76c20bc8 /lldb/packages/Python/lldbsuite/test/python_api
parent82275ec51d00c33316506054faebb1033a9b7690 (diff)
downloadbcm5719-llvm-2fe9ce60640762f27294ae60c6b508a5bfb72f2b.tar.gz
bcm5719-llvm-2fe9ce60640762f27294ae60c6b508a5bfb72f2b.zip
[gtest] Fix printing of StringRef and SmallString in assert messages.
Summary: These are detected by gtest as containers, and so previously printed as e.g. { '.' (46, 0x2E), 's' (115, 0x73), 'e' (101, 0x65), 'c' (99, 0x63), '0' (48, 0x30) }, gtest itself overloads PrintTo for std::string and friends, we use the same mechanism. Reviewers: labath Subscribers: dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66520 llvm-svn: 369518
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud