diff options
Diffstat (limited to 'lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py')
-rw-r--r-- | lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py index d184edc6572..3772e63d085 100644 --- a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py +++ b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py @@ -3,6 +3,8 @@ Test some lldb command abbreviations to make sure the common short spellings of many commands remain available even after we add/delete commands in the future. """ +from __future__ import print_function + import lldb_shared import os, time |