[lit] Remove LitTestCase
commit5e92bc2b8350ea8cfd52a006065aa46e55fab1e9
authorJulian Lettner <jlettner@apple.com>
Sat, 16 Feb 2019 00:44:00 +0000 (16 00:44 +0000)
committerJulian Lettner <jlettner@apple.com>
Sat, 16 Feb 2019 00:44:00 +0000 (16 00:44 +0000)
treeae6cd256780110128a66dc3c58ddfa7d6e892baa
parent14a80567356dff591ac73afc27547d0a5242ab51
[lit] Remove LitTestCase

From the docs: `class LitTestCase(unittest.TestCase)`
LitTestCase is an adaptor for providing a 'unittest' compatible
interface to 'lit' tests so that we can run lit tests with standard
python test runners.

It does not seem to be used anywhere.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354188 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/LitTestCase.py [deleted file]
utils/lit/lit/discovery.py
utils/lit/lit/run.py
utils/lit/tests/Inputs/unittest-adaptor/lit.cfg [deleted file]
utils/lit/tests/Inputs/unittest-adaptor/test-one.txt [deleted file]
utils/lit/tests/Inputs/unittest-adaptor/test-two.txt [deleted file]
utils/lit/tests/unittest-adaptor.py [deleted file]