Skip to content

Commit

Permalink
[LLDB] Fix TestJobControl.py decorators import
Browse files Browse the repository at this point in the history
  • Loading branch information
omjavaid committed Apr 1, 2022
1 parent c103eac commit a1901f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/driver/job_control/TestJobControl.py
Expand Up @@ -2,7 +2,7 @@
Test lldb's handling of job control signals (SIGTSTP, SIGCONT).
"""


from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test.lldbpexpect import PExpectTest

Expand Down

0 comments on commit a1901f5

Please sign in to comment.