Comment change.

llvm-svn: 132150
This commit is contained in:
Johnny Chen 2011-05-26 21:50:47 +00:00
parent cdec11413b
commit 792ed4c616
1 changed files with 1 additions and 1 deletions

View File

@ -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.")