[Backtracing] Fix Python test failure.

We needed to add `--enable-runtime-module` in the Python test scripts.

rdar://124913332
This commit is contained in:
Alastair Houghton
2025-01-21 19:02:47 +00:00
parent dd84241d36
commit ca233af1ea

View File

@@ -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'),