lit: remove python2-isms
authorBrian Gesiak <modocache@gmail.com>
Wed, 22 Mar 2017 04:23:01 +0000 (04:23 +0000)
committerBrian Gesiak <modocache@gmail.com>
Wed, 22 Mar 2017 04:23:01 +0000 (04:23 +0000)
commit600f04a435c6f400fd322bd7548a0e9683c90ca1
treea54c5ffee3e34e2bc79d33f94c40ab508b107bdc
parent07f2915ad8c6e72c3a0185db78b55b65ab83c123
lit: remove python2-isms

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

Patch by @jbergstroem (Johan Bergström).

Reviewers: modocache, gparker42

Reviewed By: modocache

Differential Revision: https://reviews.llvm.org/D31229

llvm-svn: 298479
llvm/utils/lit/tests/unit/TestRunner.py