Skip to content
Commit 7af935ed authored by Johnny Chen's avatar Johnny Chen
Browse files

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
parent 9dd9b882
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment