1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[LIT] fixed up accidentally committed EOF problems.

This commit is contained in:
Ben Dunbobbin 2020-10-21 13:29:58 +01:00
parent cf3dae7375
commit 02eba0fee9
4 changed files with 4 additions and 4 deletions

View 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)
return unittest.TestSuite(test_adaptors)

View 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
return tests

View File

@ -169,4 +169,4 @@
# 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
# CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one

View File

@ -291,4 +291,4 @@ class TestApplySubtitutions(unittest.TestCase):
if __name__ == '__main__':
TestIntegratedTestKeywordParser.load_keyword_parser_lit_tests()
unittest.main(verbosity=2)
unittest.main(verbosity=2)