summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/command_script/import/thepackage/TPunitB.py')
-rw-r--r--lldb/test/functionalities/command_script/import/thepackage/TPunitB.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py b/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py
new file mode 100644
index 00000000000..52db603e512
--- /dev/null
+++ b/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py
@@ -0,0 +1,3 @@
+def command(debugger, command, result, internal_dict):
+ result.PutCString(u"hello world B")
+ return None
OpenPOWER on IntegriCloud