mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01: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:
parent
2e15ed81df
commit
288e72abc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user