We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5864c + 55dc7c1 commit c8c2fd5Copy full SHA for c8c2fd5
test/lit.cfg
@@ -413,10 +413,7 @@ if test_options:
413
config.swift_test_options += test_options
414
415
config.swift_frontend_test_options += os.environ.get('SWIFT_FRONTEND_TEST_OPTIONS', '')
416
-config.swift_frontend_test_options += ' -ignore-module-source-info'
417
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'
420
config.sil_test_options = os.environ.get('SIL_TEST_OPTIONS', '')
421
422
config.clang_module_cache_path = make_path(config.swift_test_results_dir, "clang-module-cache")
0 commit comments