forked from OSchip/llvm-project
These tests don't depend on debug info format.
Mark them as such. llvm-svn: 320077
This commit is contained in:
parent
a0de3a8d0a
commit
6c96486962
lldb/packages/Python/lldbsuite/test/functionalities/exec
|
@ -24,6 +24,8 @@ def execute_command(command):
|
|||
|
||||
class ExecTestCase(TestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipUnlessDarwin
|
||||
|
|
Loading…
Reference in New Issue