From 255b29974a53da4fbe2c55bbebba154a97938ace Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Tue, 13 Oct 2009 10:23:21 -0700 Subject: [PATCH] Stray () in test.py (bug 718) --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 35b83ce7d..ddfd39d09 100755 --- a/test.py +++ b/test.py @@ -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