get skipIf from the right place

This commit is contained in:
Benjamin Peterson 2016-09-06 20:22:41 -07:00
parent 050acaed99
commit 437df90537

View file

@ -110,7 +110,7 @@ def 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."""