Make pylint happy with change d1d2d953b5016b465.
[riscv-tests.git] / debug / gdbserver.py
index 887770af6fb737deedad6db794935d941e4da1c2..a56d4a1f8a84216ac63596f0acf5944adccb1bcd 100755 (executable)
@@ -650,8 +650,9 @@ class MulticoreRtosSwitchActiveHartTest(GdbTest):
         if self.gdb.one_hart_per_gdb():
             return 'not_applicable'
 
-        # Set breakpoint near '_start' label to increase the chances of a situation
-        # when all harts hit breakpoint immediately and simultaneously.
+        # Set breakpoint near '_start' label to increase the chances of a
+        # situation when all harts hit breakpoint immediately and
+        # simultaneously.
         self.gdb.b("set_trap_handler")
 
         # Check that all harts hit breakpoint one by one.