[Lldb-commits] [lldb] r142858 - /lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py

Johnny Chen johnny.chen at apple.com
Mon Oct 24 15:06:48 PDT 2011


Author: johnny
Date: Mon Oct 24 17:06:48 2011
New Revision: 142858

URL: http://llvm.org/viewvc/llvm-project?rev=142858&view=rev
Log:
Minor change.

Modified:
    lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py

Modified: lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py?rev=142858&r1=142857&r2=142858&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestCommonShortSpellings.py Mon Oct 24 17:06:48 2011
@@ -23,7 +23,7 @@
 
     def run_abbrevs2 (self):
         exe = os.path.join (os.getcwd(), "a.out")
-        self.expect("fil " + exe,
+        self.expect("file " + exe,
                     patterns = [ "Current executable set to .*a.out.*" ])
 
         # br s -> breakpoint set





More information about the lldb-commits mailing list