Skip to content

Commit cad983a

Browse files
committed
Remember to import the decorators module before using it...
1 parent ab745dc commit cad983a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import lldbsuite.test.lldbutil as lldbutil
1414
from lldbsuite.test.lldbtest import *
15-
15+
from lldbsuite.test.decorators import *
1616

1717
class TestDriverWithClosedSTDIO(TestBase):
1818
# If your test case doesn't stress debug info, then

0 commit comments

Comments
 (0)