summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Commands/Inputs
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-09 17:35:43 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-09 17:35:43 +0000
commit0115c10328281567391855766fef8fbe57a1d4cc (patch)
treef5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/Commands/Inputs
parent44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff)
downloadbcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.tar.gz
bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.zip
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb. This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82) llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/Commands/Inputs')
-rw-r--r--lldb/test/Shell/Commands/Inputs/frame.py2
-rw-r--r--lldb/test/Shell/Commands/Inputs/main.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/Shell/Commands/Inputs/frame.py b/lldb/test/Shell/Commands/Inputs/frame.py
deleted file mode 100644
index 40591742839..00000000000
--- a/lldb/test/Shell/Commands/Inputs/frame.py
+++ /dev/null
@@ -1,2 +0,0 @@
-import lldb
-print("frame.py: {}".format(lldb.frame))
diff --git a/lldb/test/Shell/Commands/Inputs/main.c b/lldb/test/Shell/Commands/Inputs/main.c
deleted file mode 100644
index c029ddd96cd..00000000000
--- a/lldb/test/Shell/Commands/Inputs/main.c
+++ /dev/null
@@ -1,2 +0,0 @@
-int foo() { return 0; }
-int main() { return foo(); }
OpenPOWER on IntegriCloud