summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lit/Commands/command-script-import.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Commands/command-script-import.test b/lldb/lit/Commands/command-script-import.test
index 67b9d9356e7..6034a67fe3a 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
OpenPOWER on IntegriCloud