Add comment.

llvm-svn: 124495
This commit is contained in:
Caroline Tice 2011-01-28 18:31:34 +00:00
parent ed3d85a7f0
commit 163ae0986b
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ProcessLaunchIOTestCase(TestBase):
i = 1
def process_io_test (self):
"""Test that process launch I/O redirection flags work properly."""
exe = os.path.join (os.getcwd(), "a.out")
self.expect("file " + exe,
patterns = [ "Current executable set to .*a.out" ])