llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/181697.diff


1 Files Affected:

- (modified) lldb/packages/Python/lldbsuite/test/decorators.py (+1-1) 


``````````diff
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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/181697
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to