Skip to content

Commit a1901f5

Browse files
committed
[LLDB] Fix TestJobControl.py decorators import
1 parent c103eac commit a1901f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/driver/job_control/TestJobControl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Test lldb's handling of job control signals (SIGTSTP, SIGCONT).
33
"""
44

5-
5+
from lldbsuite.test.decorators import *
66
from lldbsuite.test.lldbtest import *
77
from lldbsuite.test.lldbpexpect import PExpectTest
88

0 commit comments

Comments
 (0)