These tests don't depend on debug info format.

Mark them as such.

llvm-svn: 320077
This commit is contained in:
Jim Ingham 2017-12-07 19:44:09 +00:00
parent a0de3a8d0a
commit 6c96486962
1 changed files with 2 additions and 0 deletions
lldb/packages/Python/lldbsuite/test/functionalities/exec

View File

@ -24,6 +24,8 @@ def execute_command(command):
class ExecTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
mydir = TestBase.compute_mydir(__file__)
@skipUnlessDarwin