diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-26 21:50:47 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-26 21:50:47 +0000 |
commit | 792ed4c616d77000149826e22b80168a4592462d (patch) | |
tree | b02ac9772096504f7651ba2fd642cde169a89fa2 /lldb/test/python_api/thread/TestThreadAPI.py | |
parent | cdec11413be6febc5cbe370349b97a751201ba15 (diff) | |
download | bcm5719-llvm-792ed4c616d77000149826e22b80168a4592462d.tar.gz bcm5719-llvm-792ed4c616d77000149826e22b80168a4592462d.zip |
Comment change.
llvm-svn: 132150
Diffstat (limited to 'lldb/test/python_api/thread/TestThreadAPI.py')
-rw-r--r-- | lldb/test/python_api/thread/TestThreadAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index aee34f04ea4..103e1c14ce3 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -98,7 +98,7 @@ class ThreadAPITestCase(TestBase): def setUp(self): # Call super's setUp(). TestBase.setUp(self) - # Find the line number to break inside main(). + # Find the line number within main.cpp to break inside main(). self.line = line_number("main.cpp", "// Set break point at this line and check variable 'my_char'.") # Find the line numbers within main2.cpp for step_over_3_times() and step_out_of_malloc_into_function_b(). self.line2 = line_number("main2.cpp", "// thread step-out of malloc into function b.") |