Stray () in test.py (bug 718)

This commit is contained in:
Craig Dowell
2009-10-13 10:23:21 -07:00
parent 7473705ef0
commit 255b29974a

View File

@@ -569,7 +569,7 @@ def run_job_synchronously(shell_command, directory, valgrind):
# This class defines a unit of testing work. It will typically refer to
# a test suite to run using the test-runner, or an example to run directly.
#
class Job():
class Job:
def __init__(self):
self.is_break = False
self.is_skip = False