1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[llvm-objcopy][test] ELF/dump-section.test: change #CHECK to # CHECK

The latter is more common and thus the preferred way to use CHECK lines.
This commit is contained in:
Fangrui Song 2020-05-05 08:16:10 -07:00
parent 2e15ed81df
commit 288e72abc1

View File

@ -35,10 +35,10 @@ ProgramHeaders:
Sections:
- Section: .text
#CHECK: 0000000 de ad be ef
# CHECK: 0000000 de ad be ef
#NON-ALLOC: 0000000 ca fe
# NON-ALLOC: 0000000 ca fe
#SIZE: 4
# SIZE: 4
#NOBITS: error: '[[INPUT]]': cannot dump section '.bar': it has no contents
# NOBITS: error: '[[INPUT]]': cannot dump section '.bar': it has no contents