summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <granata.enrico@gmail.com>2011-08-24 17:46:38 +0000
committerEnrico Granata <granata.enrico@gmail.com>2011-08-24 17:46:38 +0000
commit65a6a6bea4b46b4006df6ad3b22aa1fb95477457 (patch)
tree9c76e3c44ae127fa8e3917c858620f21d14c9c92
parent1b8457a84c87452c7bb99fa210b7e3475f727d80 (diff)
downloadbcm5719-llvm-65a6a6bea4b46b4006df6ad3b22aa1fb95477457.tar.gz
bcm5719-llvm-65a6a6bea4b46b4006df6ad3b22aa1fb95477457.zip
Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder)
llvm-svn: 138446
-rw-r--r--lldb/test/functionalities/alias/py_import6
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
OpenPOWER on IntegriCloud