From 51a46552014cfeda903d4a4e005bb3fa0cab40ea Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 24 Oct 2011 22:06:48 +0000 Subject: [PATCH] Minor change. llvm-svn: 142858 --- .../functionalities/abbreviation/TestCommonShortSpellings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py index 413927454881..ca5dba8d45ab 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