diff options
-rw-r--r-- | lldb/test/functionalities/alias/py_import | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/functionalities/alias/py_import b/lldb/test/functionalities/alias/py_import deleted file mode 100644 index 9f36a7f8996..00000000000 --- a/lldb/test/functionalities/alias/py_import +++ /dev/null @@ -1,6 +0,0 @@ -script import sys, os -script sys.path.append(os.path.join(os.getcwd(), os.pardir)) -script import welcome -command script add welcome --function welcome.welcome_impl -command script add targetname --function welcome.target_name_impl -command script add longwait --function welcome.print_wait_impl |