mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Backtracing] Fix Python test failure.
We needed to add `--enable-runtime-module` in the Python test scripts. rdar://124913332
This commit is contained in:
@@ -630,6 +630,7 @@ EXPECTED_OPTIONS = [
|
|||||||
EnableOption('--enable-experimental-observation'),
|
EnableOption('--enable-experimental-observation'),
|
||||||
EnableOption('--enable-experimental-parser-validation'),
|
EnableOption('--enable-experimental-parser-validation'),
|
||||||
EnableOption('--enable-lsan'),
|
EnableOption('--enable-lsan'),
|
||||||
|
EnableOption('--enable-runtime-module'),
|
||||||
EnableOption('--enable-sanitize-coverage'),
|
EnableOption('--enable-sanitize-coverage'),
|
||||||
EnableOption('--enable-tsan'),
|
EnableOption('--enable-tsan'),
|
||||||
EnableOption('--enable-tsan-runtime'),
|
EnableOption('--enable-tsan-runtime'),
|
||||||
|
|||||||
Reference in New Issue
Block a user