Kaydet (Commit) 437df905 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

get skipIf from the right place

üst 050acaed
......@@ -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."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment