| 17bdb7a1 | 13-Mar-2020 |
Jonas Devlieghere <[email protected]> |
[lldb/Test] Convert stdout to str by calling decode('utf-8') on it.
Make sure both arguments to assertIn are of type str. This should fix the following error:
TypeError: a bytes-like object is requ
[lldb/Test] Convert stdout to str by calling decode('utf-8') on it.
Make sure both arguments to assertIn are of type str. This should fix the following error:
TypeError: a bytes-like object is required, not 'str'.
show more ...
|