Fix TestDataFormatterScript for Linux.
authorChaoren Lin <chaorenl@google.com>
Fri, 29 Jan 2016 03:48:08 +0000 (03:48 +0000)
committerChaoren Lin <chaorenl@google.com>
Fri, 29 Jan 2016 03:48:08 +0000 (03:48 +0000)
commit3b2bec41fd5522b31f08baa2db419055b802de58
tree85a0b46dbe72615488d3d5936ec3c8115046dab2
parente61f8e38822eb89aa933f39b2ce5078bdc0b6618
Fix TestDataFormatterScript for Linux.

Summary:
m_function_name will contain a dummy name for the auto-generated function from
the python script on Linux. Check for script name first.

Reviewers: granata.enrico

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D16703

llvm-svn: 259153
lldb/source/DataFormatters/TypeSummary.cpp