aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-08 13:31:41 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-12-08 13:34:07 +0000
commitce3c7c09100803608177459b4d923f17742885f9 (patch)
tree13a3c9da09815370ade00fcd85aa0a3c04a04adf
parent06ebe3b2372fce68b6f47434d02b93239d27a0c4 (diff)
downloadllvm-ce3c7c09100803608177459b4d923f17742885f9.zip
llvm-ce3c7c09100803608177459b4d923f17742885f9.tar.gz
llvm-ce3c7c09100803608177459b4d923f17742885f9.tar.bz2
[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.
-rw-r--r--lldb/test/Shell/Commands/command-image-lookup-color.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Commands/command-image-lookup-color.test b/lldb/test/Shell/Commands/command-image-lookup-color.test
index 5082f89..2b44524 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