Skip to content

Commit 80e0647

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 60dadec commit 80e0647

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
@@ -395,10 +395,7 @@ if test_options:
395395
config.swift_test_options += test_options
396396

397397
config.swift_frontend_test_options += os.environ.get('SWIFT_FRONTEND_TEST_OPTIONS', '')
398-
config.swift_frontend_test_options += ' -ignore-module-source-info'
399398
config.swift_driver_test_options += os.environ.get('SWIFT_DRIVER_TEST_OPTIONS', '')
400-
config.swift_driver_test_options += ' -Xfrontend'
401-
config.swift_driver_test_options += ' -ignore-module-source-info'
402399
config.sil_test_options = os.environ.get('SIL_TEST_OPTIONS', '')
403400

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

0 commit comments

Comments
 (0)