[Lldb-commits] [lldb] 1e01e0c - [lldb][test][NFC] TestWatchpointConditionCmd.py: remove BOM character
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 28 06:10:47 PDT 2024
Author: Michael Buch
Date: 2024-06-28T14:10:08+01:00
New Revision: 1e01e0c19ace6c9b165ee0cbbcd24ab55d27d8e0
URL: https://github.com/llvm/llvm-project/commit/1e01e0c19ace6c9b165ee0cbbcd24ab55d27d8e0
DIFF: https://github.com/llvm/llvm-project/commit/1e01e0c19ace6c9b165ee0cbbcd24ab55d27d8e0.diff
LOG: [lldb][test][NFC] TestWatchpointConditionCmd.py: remove BOM character
Missed this file in https://github.com/llvm/llvm-project/pull/97045
Added:
Modified:
lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py b/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
index 9e8db7025219d..3a60859b9ce7d 100644
--- a/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
+++ b/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
@@ -1,4 +1,4 @@
-"""
+"""
Test watchpoint modify command to set condition on a watchpoint.
"""
More information about the lldb-commits
mailing list