xref: /llvm-project-15.0.7/lldb/test/API/commands/gui/invalid-args/TestInvalidArgsGui.py (revision b8dcd0ba)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import lldb
2from lldbsuite.test.lldbtest import *
3from lldbsuite.test.decorators import *
4
5class GuiTestCase(TestBase):
6
7    @no_debug_info_test
8    @skipIfCursesSupportMissing
9    def test_reproducer_generate_invalid_invocation(self):
10        self.expect("gui blub", error=True,
11                    substrs=["the gui command takes no arguments."])
12

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026