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)
commit81e6d00cf5279c0829622dc5e6d867805544873b
tree20875830111044b829ff5da69b9fad9fca1a5281
parent2612791ba8f92ac0726623bc7df3eef6f59be922
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298479 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/tests/unit/TestRunner.py