From e1b6b1f2096540400e7682cf794c908b8e1f1e1e Mon Sep 17 00:00:00 2001 From: Matt <4922458+mbrla0@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:35:56 -0300 Subject: [PATCH] Fix go tests in LLDB --- tests/library/dbg/tests/test_go.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/library/dbg/tests/test_go.py b/tests/library/dbg/tests/test_go.py index 90e3c7dfa..eda9c2c8d 100644 --- a/tests/library/dbg/tests/test_go.py +++ b/tests/library/dbg/tests/test_go.py @@ -1,5 +1,7 @@ from __future__ import annotations +import pytest + from ....host import Controller from . import get_binary from . import pwndbg_test