Author: Raphael Isemann Date: 2020-10-01T14:33:13+02:00 New Revision: cccb7cf1a52f38182f56d947bd609027726c778b
URL: https://github.com/llvm/llvm-project/commit/cccb7cf1a52f38182f56d947bd609027726c778b DIFF: https://github.com/llvm/llvm-project/commit/cccb7cf1a52f38182f56d947bd609027726c778b.diff LOG: [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. Added: Modified: lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py b/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py index a17f7131d20f..014890e0d973 100644 --- a/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py +++ b/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py @@ -7,7 +7,7 @@ import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * - +from lldbsuite.test.decorators import * class TestStopHooks(TestBase): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits