[LLD][ELF][test] Fix CHECKs in map-file test
authorEdd Dawson <edd.dawson@sony.com>
Mon, 21 Sep 2020 15:24:47 +0000 (18:24 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Mon, 21 Sep 2020 15:38:19 +0000 (18:38 +0300)
commit0a6860521eb8b8d5d2d205f50ea527033056af24
treec080c58b7f0ea7787b97cec4518b81ba13bc6ef7
parent1372e23c7d4b25fd23689842246e66f70c949b46
[LLD][ELF][test] Fix CHECKs in map-file test

A repeated typo in lld/test/ELF/map-file.s prevented a number of checks from being executed.

CHECk-NEXT -> CHECK-NEXT
    ^             ^

After correcting the typo, a small adjustment was needed to match the size of the synthetic .comment section (which always contains "LLD 1.0" in the test environment).

Differential revision: https://reviews.llvm.org/D88023
lld/test/ELF/map-file.s