]> granicus.if.org Git - python/commitdiff
Fix failing test committed by accident.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 22 Mar 2010 01:02:23 +0000 (01:02 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 22 Mar 2010 01:02:23 +0000 (01:02 +0000)
Lib/test/test_unittest.py

index 596236a6a11ffc331b7c93fd7cbdc2d1600765e7..f003208a0a3e337159e686c11c0de5fe6fdc2b74 100644 (file)
@@ -2196,7 +2196,7 @@ class Test_OldTestResult(unittest.TestCase):
 
 class Foo(unittest.TestCase):
     def runTest(self): pass
-    def test1(self): 1/0
+    def test1(self): pass
 
 class Bar(Foo):
     def test2(self): pass