================ @@ -2,25 +2,27 @@ Test that we stop at runtime instrumentation locations (asan). """ -from lldbsuite.test.decorators import * -from lldbsuite.test.lldbtest import * -import lldbdap_testcase +from lldbsuite.test.decorators import skipUnlessAddressSanitizer +from lldbsuite.test.tools.lldb_dap import lldb_dap_testcase +from lldbsuite.test.tools.lldb_dap.dap_types import LaunchArgs -class TestDAP_asan(lldbdap_testcase.DAPTestCaseBase): +class TestDAP_asan(lldb_dap_testcase.DAPTestCaseBase): ---------------- ashgti wrote:
In the other tests `DAPTestCaseBase` was imported directly, should we stick to that? https://github.com/llvm/llvm-project/pull/207029 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
