diff options
Diffstat (limited to 'lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py')
-rw-r--r-- | lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py index 833229e06b04..ba8a0a66013a 100644 --- a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py +++ b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py @@ -5,7 +5,7 @@ many commands remain available even after we add/delete commands in the future. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |