Author: Charles Zablit Date: 2026-02-16T19:05:47+01:00 New Revision: 36a716f3c219d7077bb041cb6477ee674137ccbd
URL: https://github.com/llvm/llvm-project/commit/36a716f3c219d7077bb041cb6477ee674137ccbd DIFF: https://github.com/llvm/llvm-project/commit/36a716f3c219d7077bb041cb6477ee674137ccbd.diff LOG: [lldb] fix a typo in decorator's docstring (#181697) Added: Modified: lldb/packages/Python/lldbsuite/test/decorators.py Removed: ################################################################################ diff --git a/lldb/packages/Python/lldbsuite/test/decorators.py b/lldb/packages/Python/lldbsuite/test/decorators.py index b4658b149af90..0d3ae5b3cdd25 100644 --- a/lldb/packages/Python/lldbsuite/test/decorators.py +++ b/lldb/packages/Python/lldbsuite/test/decorators.py @@ -446,7 +446,7 @@ def unicode_test(func): """Decorate the item as a test which requires Unicode to be enabled. lldb checks the value of the `LANG` environment variable for the substring "utf-8" - to determine if the terminal supports Unicode (except on Windows, were we assume + to determine if the terminal supports Unicode (except on Windows, where we assume it's always supported). This decorator sets LANG to `utf-8` before running the test and resets it to its previous value afterwards. _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
