mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[LIT] fixed up accidentally committed EOF problems.
This commit is contained in:
parent
cf3dae7375
commit
02eba0fee9
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user