summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-24 22:06:48 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-24 22:06:48 +0000
commit51a46552014cfeda903d4a4e005bb3fa0cab40ea (patch)
tree72c9f41cd99ea49112911605d80f1f591a54d9a2
parent0deafe065a452e33eb639a64641c42fb41564c2c (diff)
downloadbcm5719-llvm-51a46552014cfeda903d4a4e005bb3fa0cab40ea.tar.gz
bcm5719-llvm-51a46552014cfeda903d4a4e005bb3fa0cab40ea.zip
Minor change.
llvm-svn: 142858
-rw-r--r--lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py
index 41392745488..ca5dba8d45a 100644
--- a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py
+++ b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py
@@ -23,7 +23,7 @@ class CommonShortSpellingsTestCase(TestBase):
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
OpenPOWER on IntegriCloud