lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.
[oota-llvm.git] / utils / lit / LitFormats.py
1 from TestFormats import GoogleTest, ShTest, TclTest
2 from TestFormats import SyntaxCheckTest, OneCommandPerFileTest
3