From: Robert Bradshaw Date: Fri, 27 Nov 2009 19:07:59 +0000 (-0800) Subject: Fix typo. X-Git-Tag: 0.12.1~114^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=16e5058488df6abdb9220990e6da30548299f229;p=cython.git Fix typo. (My fault applying patch.) --- diff --git a/runtests.py b/runtests.py index 2ff4a3ac..b85874a0 100644 --- a/runtests.py +++ b/runtests.py @@ -876,4 +876,4 @@ if __name__ == '__main__': import refnanny sys.stderr.write("\n".join([repr(x) for x in refnanny.reflog])) - sys.exit(not result.wasSuccessful() + sys.exit(not result.wasSuccessful())