Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Yep this fixed the issues I was having on OS X with the related change. Thanks, Siva!
lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py | ||
---|---|---|
622 | I mentioned this in the other thread, but I'm not sure we want the string check. if list_or_lambda is a string, then I think it should just check list_or_lambda == value. Otherwise the test only passes when value is a character, which is not now we use any of the decorators. |
I mentioned this in the other thread, but I'm not sure we want the string check. if list_or_lambda is a string, then I think it should just check list_or_lambda == value. Otherwise the test only passes when value is a character, which is not now we use any of the decorators.