From 97edc0dc9355be8771c3b6ae4efe19b23664d06d Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 5 Feb 2020 16:05:45 -0800 Subject: [PATCH] [lldb/Test] Mark heap-cstr.test as requiring Python --- lldb/test/Shell/Heap/heap-cstr.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Heap/heap-cstr.test b/lldb/test/Shell/Heap/heap-cstr.test index 4515eb5..d2cf163 100644 --- a/lldb/test/Shell/Heap/heap-cstr.test +++ b/lldb/test/Shell/Heap/heap-cstr.test @@ -1,4 +1,5 @@ # REQUIRES: system-darwin +# REQUIRES: python # RUN: %clang_host %p/Inputs/cstr.c -g -o %t # RUN: %lldb -b -s %s -f %t | FileCheck %s -- 2.7.4