aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.perf/template-breakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.perf/template-breakpoints.py')
-rw-r--r--gdb/testsuite/gdb.perf/template-breakpoints.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.perf/template-breakpoints.py b/gdb/testsuite/gdb.perf/template-breakpoints.py
index c690175..05a8748 100644
--- a/gdb/testsuite/gdb.perf/template-breakpoints.py
+++ b/gdb/testsuite/gdb.perf/template-breakpoints.py
@@ -15,9 +15,10 @@
from perftest import perftest
-class TemplateBreakpoints (perftest.TestCaseWithBasicMeasurements):
+
+class TemplateBreakpoints(perftest.TestCaseWithBasicMeasurements):
def __init__(self):
- super (TemplateBreakpoints, self).__init__ ("template-breakpoints")
+ super(TemplateBreakpoints, self).__init__("template-breakpoints")
def warm_up(self):
for _ in range(0, 2):