diff options
author | Zachary Turner <zturner@google.com> | 2015-08-13 22:05:54 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-08-13 22:05:54 +0000 |
commit | 9ff56b2ec7f5fad9cee42d57bd47606a22d932f3 (patch) | |
tree | 8877c96a9e138b2624472455820279f9a4d7fad1 /lldb/test/tools/lldb-mi/stack/TestMiStack.py | |
parent | 56495d5b1f080a741b860303c282a83a73016086 (diff) | |
download | bcm5719-llvm-9ff56b2ec7f5fad9cee42d57bd47606a22d932f3.tar.gz bcm5719-llvm-9ff56b2ec7f5fad9cee42d57bd47606a22d932f3.zip |
Remove Unicode byte-order mark from python files.
This was caused by a bug in the PTVS source file editor, which has
since been fixed and awaiting a new release. For now people using
this editor need to remember to manually remove this before
committing a file.
llvm-svn: 244963
Diffstat (limited to 'lldb/test/tools/lldb-mi/stack/TestMiStack.py')
-rw-r--r-- | lldb/test/tools/lldb-mi/stack/TestMiStack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-mi/stack/TestMiStack.py b/lldb/test/tools/lldb-mi/stack/TestMiStack.py index 5a0f87947d1..1410c25f709 100644 --- a/lldb/test/tools/lldb-mi/stack/TestMiStack.py +++ b/lldb/test/tools/lldb-mi/stack/TestMiStack.py @@ -1,4 +1,4 @@ -""" +""" Test lldb-mi -stack-xxx commands. """ |