Skip to content

Commit cd81914

Browse files
committed
change comment symbol from // to #
llvm-svn: 236803
1 parent c543052 commit cd81914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/tools/lldb-server/gdbremote_testcase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def init_llgs_test(self, use_named_pipe=True):
159159
err = platform.Run(shell_command)
160160
if err.Fail():
161161
raise Exception("remote_platform.RunShellCommand('readlink /proc/%d/exe') failed: %s" % (pid, err))
162-
// If the binary has been deleted, the link name has " (deleted)" appended.
163-
// Remove if it's there.
162+
# If the binary has been deleted, the link name has " (deleted)" appended.
163+
# Remove if it's there.
164164
self.debug_monitor_exe = re.sub(r' \(deleted\)$', '', shell_command.GetOutput().strip())
165165
dname = self.dbg.GetSelectedPlatform().GetWorkingDirectory()
166166
else:

0 commit comments

Comments
 (0)