Fix comment in test.

llvm-svn: 242979
This commit is contained in:
Dawn Perchik 2015-07-23 02:15:55 +00:00
parent ffbc4ec790
commit 509933ca56
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class BreakpointOptionsTestCase(TestBase):
# This should create a breakpoint with 1 locations.
lldbutil.run_break_set_by_symbol (self, 'ns::func', sym_exact=False, extra_options = "-L c++", num_expected_locations=1)
# This should create a breakpoint 0 locations.
# This should create a breakpoint with 0 locations.
lldbutil.run_break_set_by_symbol (self, 'ns::func', sym_exact=False, extra_options = "-L c", num_expected_locations=0)
self.runCmd("settings set target.language c")
lldbutil.run_break_set_by_symbol (self, 'ns::func', sym_exact=False, num_expected_locations=0)