Skip to content

Commit cf3fbef

Browse files
committed
[symbolizer] update test
1 parent eb63c45 commit cf3fbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-symbolizer/symbol-search.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so func_01+0A | FileCheck --check-p
6565
RUN: llvm-addr2line --obj=%p/Inputs/symbols.so func_01+0A | FileCheck --check-prefix=NONEXISTENT %s
6666

6767
# If '+' is not preceded by a symbol, it is part of a symbol name, not an offset separator.
68-
# address starting with a `+` sign is a valid address
69-
RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=CODE-CMD %s
68+
RUN: llvm-symbolizer --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=NONEXISTENT %s
69+
# in addr2line address starting with a `+` sign is a valid address
7070
RUN: llvm-addr2line --obj=%p/Inputs/symbols.so +0x1138 | FileCheck --check-prefix=CODE-CMD %s
7171

7272
# Show that C++ mangled names may be specified.

0 commit comments

Comments
 (0)