Skip to content

Commit 95038a5

Browse files
committed
[LLDB] Import decorators in TestPythonOSPlugin.py
This fixes a regression caused by my commit where I added test as skipped using a decorator but forgot to add import decorator in TestPythonOSPlugin.py
1 parent f5dd845 commit 95038a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import os
77
import lldb
8+
from lldbsuite.test.decorators import *
89
from lldbsuite.test.lldbtest import *
910
import lldbsuite.test.lldbutil as lldbutil
1011

0 commit comments

Comments
 (0)