forked from OSchip/llvm-project
Renamed test/process_io directory to test/process_launch, in preparation to add additional tests
related to 'process launch' command. llvm-svn: 126514
This commit is contained in:
parent
5480578d83
commit
f85c0eb65d
|
@ -9,7 +9,7 @@ from lldbtest import *
|
|||
|
||||
class ProcessLaunchIOTestCase(TestBase):
|
||||
|
||||
mydir = "process_io"
|
||||
mydir = "process_launch"
|
||||
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
def test_with_dsym (self):
|
Loading…
Reference in New Issue