Skip to content

Commit c8c2fd5

Browse files
authored
Merge pull request #37029 from bnbarham/read-swiftsourceinfo
[Tests] Do not ignore swiftsourceinfo by default in lit tests
2 parents ee5864c + 55dc7c1 commit c8c2fd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/lit.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,7 @@ if test_options:
413413
config.swift_test_options += test_options
414414

415415
config.swift_frontend_test_options += os.environ.get('SWIFT_FRONTEND_TEST_OPTIONS', '')
416-
config.swift_frontend_test_options += ' -ignore-module-source-info'
417416
config.swift_driver_test_options += os.environ.get('SWIFT_DRIVER_TEST_OPTIONS', '')
418-
config.swift_driver_test_options += ' -Xfrontend'
419-
config.swift_driver_test_options += ' -ignore-module-source-info'
420417
config.sil_test_options = os.environ.get('SIL_TEST_OPTIONS', '')
421418

422419
config.clang_module_cache_path = make_path(config.swift_test_results_dir, "clang-module-cache")

0 commit comments

Comments
 (0)