forked from OSchip/llvm-project
This test doesn't need to be run for all debug formats.
llvm-svn: 358776
This commit is contained in:
parent
4fccc0cedd
commit
d42b381445
|
@ -16,6 +16,7 @@ import lldbsuite.test.lldbutil as lldbutil
|
|||
class PluginPythonOSPlugin(TestBase):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
def test_python_os_plugin(self):
|
||||
"""Test that the Python operating system plugin works correctly"""
|
||||
|
|
Loading…
Reference in New Issue