summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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