diff --git a/lldb/lit/Commands/command-script-import.test b/lldb/lit/Commands/command-script-import.test index 67b9d9356e70..6034a67fe3aa 100644 --- a/lldb/lit/Commands/command-script-import.test +++ b/lldb/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