Skip to content

Commit abc38f2

Browse files
DavidSpickettaadeshps-mcw
authored andcommitted
[llvm][utils][lit] Fix imports in ManyTests.py example (llvm#169328)
Fixes llvm#169297
1 parent 7b62476 commit abc38f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/lit/examples/many-tests/ManyTests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from lit import Test, TestFormat
1+
from lit import Test
2+
from lit.formats import TestFormat
23

34

45
class ManyTests(TestFormat):

0 commit comments

Comments
 (0)