Author: David Spickett Date: 2023-12-08T13:34:07Z New Revision: ce3c7c09100803608177459b4d923f17742885f9
URL: https://github.com/llvm/llvm-project/commit/ce3c7c09100803608177459b4d923f17742885f9 DIFF: https://github.com/llvm/llvm-project/commit/ce3c7c09100803608177459b4d923f17742885f9.diff LOG: [lldb][test] Don't check line number in image lookup colour test We can assume the correct symbol is found, so putting the line number here is just going to confuse anyone extending these tests. Added: Modified: lldb/test/Shell/Commands/command-image-lookup-color.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Commands/command-image-lookup-color.test b/lldb/test/Shell/Commands/command-image-lookup-color.test index 5082f89113281..2b4452483acdf 100644 --- a/lldb/test/Shell/Commands/command-image-lookup-color.test +++ b/lldb/test/Shell/Commands/command-image-lookup-color.test @@ -26,7 +26,7 @@ # Checking no colorization without regex search # RUN: %lldb %t -b -o 'settings set use-color true' -o 'image lookup -s main' | FileCheck %s --check-prefix CHECK6 -# CHECK6: Summary: {{.+}}`main at main.c:2 +# CHECK6: Summary: {{.+}}`main at main.c: # Checking no colorization when use-color is false _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits