Author: dperchik
Date: Wed Jul 22 21:15:55 2015
New Revision: 242979

URL: http://llvm.org/viewvc/llvm-project?rev=242979&view=rev
Log:
Fix comment in test.

Modified:
    
lldb/trunk/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py

Modified: 
lldb/trunk/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py?rev=242979&r1=242978&r2=242979&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
 (original)
+++ 
lldb/trunk/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
 Wed Jul 22 21:15:55 2015
@@ -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)


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to