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:
Johnny Chen 2011-02-25 21:21:21 +00:00
parent 5480578d83
commit f85c0eb65d
4 changed files with 1 additions and 1 deletions

View File

@ -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):