[lit] Add missing import

Apparently llvm-lit.py does not execute this path
This commit is contained in:
Reid Kleckner 2019-10-30 16:32:26 -07:00
parent 23a33d450b
commit 3dec30855e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import multiprocessing
import time
import os
import lit.Test
import lit.util