diff options
author | Pavel Labath <pavel@labath.sk> | 2020-06-11 13:04:26 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-06-11 13:04:52 +0200 |
commit | fccaa89e23afac9c73964abffb42c19f70ca6460 (patch) | |
tree | c9619e998a63fedfb00c29a56d52a62d4ef8db22 /llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | |
parent | 0b781db9087977b758c27bb02be1f80cd00bf0d7 (diff) | |
download | llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.zip llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.tar.gz llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.tar.bz2 |
[llvm/DWARFDebugLine] Fix a typo in one warning message
Diffstat (limited to 'llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp')
-rw-r--r-- | llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp b/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp index d00d4c89..d01c24a 100644 --- a/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp +++ b/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp @@ -427,7 +427,7 @@ TEST_P(DebugLineParameterisedFixture, ErrorForTooLargePrologueLength) { ("unknown data in line table prologue at offset 0x00000000: " "parsing ended (at offset 0x000000" + Twine::utohexstr(ExpectedEnd - 1) + - ") before reaching the prologue at offset 0x000000" + + ") before reaching the prologue end at offset 0x000000" + Twine::utohexstr(ExpectedEnd)) .str())); } |