mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
get skipIf from the right place
This commit is contained in:
parent
050acaed99
commit
437df90537
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue