diff options
Diffstat (limited to 'Lib/test/libregrtest/utils.py')
-rw-r--r-- | Lib/test/libregrtest/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/utils.py b/Lib/test/libregrtest/utils.py index bedf9a5..4645115 100644 --- a/Lib/test/libregrtest/utils.py +++ b/Lib/test/libregrtest/utils.py @@ -541,7 +541,7 @@ def display_header(use_resources: tuple[str, ...]): print(f"== resources ({len(use_resources)}): " f"{', '.join(sorted(use_resources))}") else: - print(f"== resources: (all disabled, use -u option)") + print("== resources: (all disabled, use -u option)") # This makes it easier to remember what to set in your local # environment when trying to reproduce a sanitizer failure. |