[VPlan] Allow setting IR name for VPDerivedIVRecipe (NFCI).
[llvm-project.git] / lldb / test / Shell / Commands / command-script-add.test
blob5ffada069a610bcaeaa35eb37a58efda118137e8
1 # Test that command script add with no arguments prompts for
2 # and generates the modern (exe_ctx) version of the command.
4 # RUN: %lldb < %s | FileCheck %s
5 command script add doit
6 print(exe_ctx.target)
7 DONE
8 doit
9 # CHECK: No value