]> granicus.if.org Git - python/commitdiff
get skipIf from the right place
authorBenjamin Peterson <benjamin@python.org>
Wed, 7 Sep 2016 03:22:41 +0000 (20:22 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 7 Sep 2016 03:22:41 +0000 (20:22 -0700)
Lib/test/test_gdb.py

index 30b5f16780128a4f27221dc23c7a7de0730a7995..382c5d009ce81b8ca5fc8e919a704c5c12685429 100644 (file)
@@ -110,7 +110,7 @@ HAS_PYUP_PYDOWN = gdb_has_frame_select()
 
 BREAKPOINT_FN='builtin_id'
 
-@support.skipIf(support.PGO, "not useful for PGO")
+@unittest.skipIf(support.PGO, "not useful for PGO")
 class DebuggerTests(unittest.TestCase):
 
     """Test that the debugger can debug Python."""