Skip to content

Commit

Permalink
[llvm-objcopy][test] ELF/dump-section.test: change #CHECK to # CHECK
Browse files Browse the repository at this point in the history
The latter is more common and thus the preferred way to use CHECK lines.
  • Loading branch information
MaskRay committed May 5, 2020
1 parent d056c0c commit a11e90a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llvm/test/tools/llvm-objcopy/ELF/dump-section.test
Expand Up @@ -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

0 comments on commit a11e90a

Please sign in to comment.