aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/python.test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2021-07-09 13:20:37 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2021-07-09 13:25:10 -0700
commit3338819b08faa7f23f65fb4e67154583984ebf5c (patch)
tree719d14889accdafa89d168372d34c7b5b2ab9693 /lldb/test/Shell/ScriptInterpreter/Python/python.test
parent3e97d11df8ced9ea37d74fa020f3c984774b05e9 (diff)
downloadllvm-3338819b08faa7f23f65fb4e67154583984ebf5c.zip
llvm-3338819b08faa7f23f65fb4e67154583984ebf5c.tar.gz
llvm-3338819b08faa7f23f65fb4e67154583984ebf5c.tar.bz2
[lldb] Drop REQUIRES where redundant because of lit.local.cfg
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/python.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/python.test b/lldb/test/Shell/ScriptInterpreter/Python/python.test
index 77d2029..f8f9abf 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/python.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/python.test
@@ -1,4 +1,3 @@
-# REQUIRES: python
# RUN: %lldb --script-language python -o 'script print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
# RUN: %lldb --script-language python -o 'script -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
# RUN: %lldb --script-language python -o 'script --language default -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s