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.
1 parent b3a5cb7 commit 6c8fa93Copy full SHA for 6c8fa93
utils/build_swift/tests/expected_options.py
@@ -81,6 +81,7 @@
81
'build_subdir': None,
82
'build_swift_dynamic_sdk_overlay': True,
83
'build_swift_dynamic_stdlib': True,
84
+ 'build_swift_inspect': False,
85
'build_swift_static_sdk_overlay': False,
86
'build_swift_static_stdlib': False,
87
'build_swift_stdlib_unittest_extra': False,
@@ -215,6 +216,7 @@
215
216
'test_osx': False,
217
'test_paths': [],
218
'test_pythonkit': False,
219
+ 'test_swift_inspect': True,
220
'test_tvos': False,
221
'test_tvos_host': False,
222
'test_tvos_simulator': False,
0 commit comments