diff options
Diffstat (limited to 'lldb/lit/Commands/command-script-import.test')
-rw-r--r-- | lldb/lit/Commands/command-script-import.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/lit/Commands/command-script-import.test b/lldb/lit/Commands/command-script-import.test index 6a8e8176f24..18a043b4940 100644 --- a/lldb/lit/Commands/command-script-import.test +++ b/lldb/lit/Commands/command-script-import.test @@ -1,3 +1,4 @@ +# REQUIRES: python # RUN: echo 'b main' > %t.in # RUN: echo 'run' >> %t.in # RUN: echo 'command script import %S/Inputs/frame.py' >> %t.in |