[PATCH] D67702: [lldb] Fix a test assertion after r372192

Krasimir Georgiev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 05:40:33 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372221: [lldb] Fix a test assertion after r372192 (authored by krasimir, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67702/new/

https://reviews.llvm.org/D67702

Files:
  lldb/trunk/lit/Commands/command-script-import.test


Index: lldb/trunk/lit/Commands/command-script-import.test
===================================================================
--- lldb/trunk/lit/Commands/command-script-import.test
+++ lldb/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67702.220652.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190918/9a55e183/attachment.bin>


More information about the llvm-commits mailing list