Index: lit/Commands/command-script-import.test =================================================================== --- lit/Commands/command-script-import.test +++ lit/Commands/command-script-import.test @@ -6,7 +6,7 @@ # RUN: %lldb -b -s %t.in -o 'script print("script: {}").format(lldb.frame)' %t.out | FileCheck %s # Make sure that we don't have access to lldb.frame from the Python script. -# CHECK: frame:py: None +# CHECK: frame:py: No value # Make sure that we do have access to lldb.frame from the script command. # CHECK: script: frame #0