From 9ff56b2ec7f5fad9cee42d57bd47606a22d932f3 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 13 Aug 2015 22:05:54 +0000 Subject: 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 --- .../watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py') diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py index 16595a27c42..06821fc8157 100644 --- a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +++ b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py @@ -1,4 +1,4 @@ -""" +""" Test that lldb watchpoint works for multiple threads. """ -- cgit v1.2.3