2 from lldbsuite
.test
.lldbtest
import *
3 from lldbsuite
.test
.decorators
import *
6 class DeleteCommandTestCase(TestBase
):
8 def test_delete_builtin(self
):
10 "command delete settings",
13 "'settings' is a permanent debugger command and cannot be removed."
18 def test_delete_alias(self
):
20 "command delete bt", error
=True, substrs
=["'bt' is not a known command."]