diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py b/lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py index 122a608e7ff..64eca718aea 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py +++ b/lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py @@ -12,6 +12,7 @@ import lldbsuite.test.lldbutil as lldbutil class AproposWithProcessTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True def setUp(self): # Call super's setUp(). |