[Lldb-commits] [lldb] r149529 - /lldb/trunk/test/functionalities/target_command/TestTargetCommand.py

Johnny Chen johnny.chen at apple.com
Wed Feb 1 11:35:56 PST 2012


Author: johnny
Date: Wed Feb  1 13:35:55 2012
New Revision: 149529

URL: http://llvm.org/viewvc/llvm-project?rev=149529&view=rev
Log:
Fix indentation.

Modified:
    lldb/trunk/test/functionalities/target_command/TestTargetCommand.py

Modified: lldb/trunk/test/functionalities/target_command/TestTargetCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/target_command/TestTargetCommand.py?rev=149529&r1=149528&r2=149529&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/target_command/TestTargetCommand.py (original)
+++ lldb/trunk/test/functionalities/target_command/TestTargetCommand.py Wed Feb  1 13:35:55 2012
@@ -178,7 +178,7 @@
         self.runCmd("b main")
         self.runCmd("run")
         
-         # New feature: you don't need to specify the variable(s) to 'target vaiable'.
+        # New feature: you don't need to specify the variable(s) to 'target vaiable'.
         # It will find all the global and static variables in the current compile unit.
         self.expect("target variable",
             substrs = ['my_global_char',





More information about the lldb-commits mailing list