| 23486013 | 03-Nov-2015 |
Zachary Turner <[email protected]> |
Python 3 - Fix some issues in unittest2.
unittest2 was using print statements in a few places, and also using the `cmp` function (which is removed in Python 3). Again, we need to stop using unittes
Python 3 - Fix some issues in unittest2.
unittest2 was using print statements in a few places, and also using the `cmp` function (which is removed in Python 3). Again, we need to stop using unittest2 and using unittest instead, but this seems like an easier route for now.
llvm-svn: 251978
show more ...
|