Skip to content

Commit cccb7cf

Browse files
committed
[lldb] Add missing import for LLDB test decorators to TestStopHookScripted
This test wasn't using decorators before and was missing the import, so my previous commit broke the test.
1 parent 4f13b99 commit cccb7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import lldb
88
import lldbsuite.test.lldbutil as lldbutil
99
from lldbsuite.test.lldbtest import *
10-
10+
from lldbsuite.test.decorators import *
1111

1212
class TestStopHooks(TestBase):
1313

0 commit comments

Comments
 (0)