[LIT] fixed up accidentally committed EOF problems.
authorBen Dunbobbin <Ben.Dunbobbin@sony.com>
Wed, 21 Oct 2020 12:29:58 +0000 (13:29 +0100)
committerBen Dunbobbin <Ben.Dunbobbin@sony.com>
Wed, 21 Oct 2020 12:29:58 +0000 (13:29 +0100)
llvm/utils/lit/lit/LitTestCase.py
llvm/utils/lit/lit/discovery.py
llvm/utils/lit/tests/discovery.py
llvm/utils/lit/tests/unit/TestRunner.py

index 81ed61a..72d5768 100644 (file)
@@ -59,4 +59,4 @@ def load_test_suite(inputs):
     test_adaptors = [LitTestCase(t, lit_config) for t in tests]
 
     # Return a unittest test suite which just runs the tests in order.
-    return unittest.TestSuite(test_adaptors)
\ No newline at end of file
+    return unittest.TestSuite(test_adaptors)
index d83e909..2f027a5 100644 (file)
@@ -271,4 +271,4 @@ def find_tests_for_inputs(lit_config, inputs, indirectlyRunCheck):
         sys.stderr.write('%d errors, exiting.\n' % lit_config.numErrors)
         sys.exit(2)
 
-    return tests
\ No newline at end of file
+    return tests
index 84ee222..cb04eda 100644 (file)
 # CHECK-ASEXEC-INTREE-NEXT:     Available Features:
 # CHECK-ASEXEC-INTREE-NEXT:     Available Substitutions:
 # CHECK-ASEXEC-INTREE-NEXT: -- Available Tests --
-# CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one
\ No newline at end of file
+# CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one
index 411146e..b4eb129 100644 (file)
@@ -291,4 +291,4 @@ class TestApplySubtitutions(unittest.TestCase):
 
 if __name__ == '__main__':
     TestIntegratedTestKeywordParser.load_keyword_parser_lit_tests()
-    unittest.main(verbosity=2)
\ No newline at end of file
+    unittest.main(verbosity=2)