summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2024-06-28 14:06:39 +0100
committerGitHub <noreply@github.com>2024-06-28 14:06:39 +0100
commit9c95617c796f1cd178eaf3001bce543b8acee32f (patch)
treecb5db2c8849326217c1968014d336829dace35ad /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent08892cc07da9faf4c0e1efa966025936c952211b (diff)
[lldb][test][NFC] Remove BOM characters from tests (#97045)
These handful of tests had a BOM (Byte order mark) at the beginning of the file. This marker is unnecessary in our test files. The main motivation for this is that the `ast` python module breaks when passing a file to it with a BOM marker (and might break other tooling which doesn't expect it). E.g.,: ``` """Test that lldb command 'process signal SIGUSR1' to send a signal to the inferior works.""" ^ SyntaxError: invalid non-printable character U+FEFF ``` If anyone is aware of a good reason to keep it, happy to drop this.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions