From 95038a58268f8aeb7e35ce07fd82bbb3f48e4673 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 2 Jul 2024 02:29:11 +0500 Subject: [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 --- .../API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin') diff --git a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index 2043543dc04a..479c94c23154 100644 --- a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -5,6 +5,7 @@ Test that the Python operating system plugin works correctly import os import lldb +from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil -- cgit v1.2.3