Skip to content

Commit c9b1d22

Browse files
DavidSpickettaugusto2112
authored andcommitted
[llvm][utils][lit] Fix imports in ManyTests.py example (llvm#169328)
Fixes llvm#169297
1 parent cc656f8 commit c9b1d22

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)