summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.perf/skip-command.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.perf/skip-command.py')
-rw-r--r--gdb/testsuite/gdb.perf/skip-command.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.perf/skip-command.py b/gdb/testsuite/gdb.perf/skip-command.py
index a6161cd08dc..9586042cbaf 100644
--- a/gdb/testsuite/gdb.perf/skip-command.py
+++ b/gdb/testsuite/gdb.perf/skip-command.py
@@ -15,9 +15,10 @@
from perftest import perftest
-class SkipCommand (perftest.TestCaseWithBasicMeasurements):
+
+class SkipCommand(perftest.TestCaseWithBasicMeasurements):
def __init__(self, name, step):
- super (SkipCommand, self).__init__ (name)
+ super(SkipCommand, self).__init__(name)
self.step = step
def warm_up(self):