summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2011-01-28 18:31:34 +0000
committerCaroline Tice <ctice@apple.com>2011-01-28 18:31:34 +0000
commit163ae0986bfdce1a3fd01685fca94d90c8594c1f (patch)
tree0ba4e9283ebce51ed0f1fb6dcdd3d3bb085c7db7
parented3d85a7f079affcaf521f25f29a54f3db3ba495 (diff)
downloadbcm5719-llvm-163ae0986bfdce1a3fd01685fca94d90c8594c1f.tar.gz
bcm5719-llvm-163ae0986bfdce1a3fd01685fca94d90c8594c1f.zip
Add comment.
llvm-svn: 124495
-rw-r--r--lldb/test/process_io/TestProcessIO.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/process_io/TestProcessIO.py b/lldb/test/process_io/TestProcessIO.py
index 518d674d8a5..0bfcee01fe9 100644
--- a/lldb/test/process_io/TestProcessIO.py
+++ b/lldb/test/process_io/TestProcessIO.py
@@ -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" ])
OpenPOWER on IntegriCloud