summaryrefslogtreecommitdiff
path: root/lit/Driver/TestConvenienceVariables.test
diff options
context:
space:
mode:
Diffstat (limited to 'lit/Driver/TestConvenienceVariables.test')
-rw-r--r--lit/Driver/TestConvenienceVariables.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/lit/Driver/TestConvenienceVariables.test b/lit/Driver/TestConvenienceVariables.test
index 99536e4c02907..a7b6faa34cb39 100644
--- a/lit/Driver/TestConvenienceVariables.test
+++ b/lit/Driver/TestConvenienceVariables.test
@@ -1,3 +1,4 @@
+REQUIRES: python
RUN: %build %p/Inputs/hello.cpp -o %t
RUN: %lldb %t -s %p/Inputs/convenience.in -o quit | FileCheck %s
@@ -19,4 +20,4 @@ CHECK: 8
CHECK: script lldb.frame.GetLineEntry().GetFileSpec().GetFilename()
CHECK: hello.c
CHECK: script lldb.frame.GetFunctionName()
-CHECK: main \ No newline at end of file
+CHECK: main