| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index b02fcfa94166fa0d516645a68f46b69de90a384b..5824f250dd695b2ba7a1c9c57ac0562110be7546 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -257,7 +257,7 @@ def ProcessOptions(options):
|
| options.extra_flags += GC_STRESS_FLAGS
|
|
|
| if options.asan:
|
| - options.extra_flags.append("--send-idle-notification")
|
| + options.extra_flags.append("--invoke-weak-callbacks")
|
|
|
| if options.j == 0:
|
| options.j = multiprocessing.cpu_count()
|
|
|