[Lldb-commits] [PATCH] D134111: [lldb] Add newline in output of `target modules lookup`
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep 19 04:09:33 PDT 2022
    
    
  
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/test/Shell/Commands/command-target-modules-lookup.test:13
+# CHECK-NEXT: Summary: [[MODULE]]`someOtherFunc(double)
+# CHECK-NOT:  ignoreThisFunction
----------------
This might be better off as an --implicit-check-not argument to FileCheck. As it stands now, it will only check that ignoreThisFunction does not appear at the very end of the output.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134111/new/
https://reviews.llvm.org/D134111
    
    
More information about the lldb-commits
mailing list