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 --- lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py') diff --git a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index 6474b395b31..d643c8c5ee4 100644 --- a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -1,4 +1,4 @@ -""" +""" Test watchpoint condition API. """ -- cgit v1.2.3