diff options
Diffstat (limited to 'lldb/test/functionalities/command_regex')
-rw-r--r-- | lldb/test/functionalities/command_regex/TestCommandRegex.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_regex/TestCommandRegex.py b/lldb/test/functionalities/command_regex/TestCommandRegex.py index 5400b547fce..128473a36bd 100644 --- a/lldb/test/functionalities/command_regex/TestCommandRegex.py +++ b/lldb/test/functionalities/command_regex/TestCommandRegex.py @@ -2,6 +2,8 @@ Test lldb 'commands regex' command which allows the user to create a regular expression command. """ +from __future__ import print_function + import lldb_shared import os |