Skip to content

Commit ca233af

Browse files
committed
[Backtracing] Fix Python test failure.
We needed to add `--enable-runtime-module` in the Python test scripts. rdar://124913332
1 parent dd84241 commit ca233af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build_swift/tests/expected_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ class BuildScriptImplOption(_BaseOption):
630630
EnableOption('--enable-experimental-observation'),
631631
EnableOption('--enable-experimental-parser-validation'),
632632
EnableOption('--enable-lsan'),
633+
EnableOption('--enable-runtime-module'),
633634
EnableOption('--enable-sanitize-coverage'),
634635
EnableOption('--enable-tsan'),
635636
EnableOption('--enable-tsan-runtime'),

0 commit comments

Comments
 (0)