This is an archive of the discontinued LLVM Phabricator instance.

lit: remove python2-isms
ClosedPublic

Authored by jbergstroem on Mar 21 2017, 6:27 PM.

Details

Summary

assert.assertItemEqual went away in Python 3. Seeing how lists
are ordered, comparing a list against each other should work just
as well.

Diff Detail

Repository
rL LLVM

Event Timeline

jbergstroem created this revision.Mar 21 2017, 6:27 PM

(adding last person who touched the code)

modocache accepted this revision.Mar 21 2017, 7:38 PM

Looks good to me, thanks! Let me know if you'd like me to commit this code for you.

This revision is now accepted and ready to land.Mar 21 2017, 7:38 PM

Looks good to me, thanks! Let me know if you'd like me to commit this code for you.

That'd be great. Thanks!

This revision was automatically updated to reflect the committed changes.