Skip to content

Commit 55dc7c1

Browse files
committed
[Tests] Do not ignore swiftsourceinfo by default in lit tests
This was added as a default in b103997, with the reasoning that users do not have .swiftsourceinfo for the stdlib. A later change (51d6243) then avoids emitting .swiftsourceinfo for the stdlib at all, so this is no longer an issue.
1 parent 5cb9227 commit 55dc7c1

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
@@ -398,10 +398,7 @@ if test_options:
398398
config.swift_test_options += test_options
399399

400400
config.swift_frontend_test_options += os.environ.get('SWIFT_FRONTEND_TEST_OPTIONS', '')
401-
config.swift_frontend_test_options += ' -ignore-module-source-info'
402401
config.swift_driver_test_options += os.environ.get('SWIFT_DRIVER_TEST_OPTIONS', '')
403-
config.swift_driver_test_options += ' -Xfrontend'
404-
config.swift_driver_test_options += ' -ignore-module-source-info'
405402
config.sil_test_options = os.environ.get('SIL_TEST_OPTIONS', '')
406403

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

0 commit comments

Comments
 (0)