Fix @skipIfSanitized decorator
authorPavel Labath <pavel@labath.sk>
Wed, 24 Jul 2019 13:05:56 +0000 (13:05 +0000)
committerPavel Labath <pavel@labath.sk>
Wed, 24 Jul 2019 13:05:56 +0000 (13:05 +0000)
commit3a12e73f6729db2ad4e3c3c8624aff56263f06ba
treef8093a3e96c213dac7f02cff0d2685c63865e9b2
parent565c54320e009911479a0bdb58185a9d97c2c815
Fix @skipIfSanitized decorator

To run the test the decorator function should return None, not False.
Returning anything other than None skips the test.

llvm-svn: 366903
lldb/packages/Python/lldbsuite/test/decorators.py