summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/py_import
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/command_script/py_import')
-rw-r--r--lldb/test/functionalities/command_script/py_import2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/py_import b/lldb/test/functionalities/command_script/py_import
index 6150e0239c9..169daacc1a8 100644
--- a/lldb/test/functionalities/command_script/py_import
+++ b/lldb/test/functionalities/command_script/py_import
@@ -3,7 +3,7 @@ script sys.path.append(os.path.join(os.getcwd(), os.pardir))
script import welcome
script import bug11569
command script add welcome --class welcome.WelcomeCommand
-command script add targetname --function welcome.target_name_impl
+command script add targetname --class welcome.TargetnameCommand
command script add longwait --function welcome.print_wait_impl
command script import mysto.py --allow-reload
command script add tell_sync --function welcome.check_for_synchro --synchronicity sync
OpenPOWER on IntegriCloud