From 3338819b08faa7f23f65fb4e67154583984ebf5c Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 9 Jul 2021 13:20:37 -0700 Subject: [lldb] Drop REQUIRES where redundant because of lit.local.cfg --- lldb/test/Shell/ScriptInterpreter/Python/python.test | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test') 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 -- cgit v1.1