mirror of https://github.com/python/cpython
get skipIf from the right place
This commit is contained in:
parent
050acaed99
commit
437df90537
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue