Files
llvm-project/lldb/test/python_api/default-constructor
Johnny Chen 7af935ed9a Fixed test suite failure of test_SBTypeList().
SBTypeList does not have IsValid() method defined.  It's always valid in a sense.
So the Python's truth value testing in turn delegates to __len__() method, which
is defined for SBTypeList, and returns 0.

llvm-svn: 136985
2011-08-05 21:55:15 +00:00
..
2011-06-24 00:21:36 +00:00
2011-06-27 22:55:51 +00:00
2011-06-28 20:57:22 +00:00