Skip to content

Commit 74f37d7

Browse files
committed
remove check line
Created using spr 1.3.4
1 parent cd55931 commit 74f37d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/tools/yaml2obj/ELF/section-type.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sections:
4343

4444
## Check that we can handle unknown section types.
4545

46-
# RUN: not yaml2obj %s --docnum=3 -o %t3 2>&1 | FileCheck %s --check-prefix=UNKNOWN-SHT-TYPE
46+
# RUN: not yaml2obj %s --docnum=3 -o %t3 2>&1 | FileCheck %s --check-prefix=UNKNOWN-TYPE
4747

4848
--- !ELF
4949
FileHeader:
@@ -54,4 +54,3 @@ Sections:
5454
- Name: .foo
5555
Type: SHT_UNKNOWN_TYPE
5656

57-
# UNKNOWN-SHT-TYPE: error: invalid hex32 number

0 commit comments

Comments
 (0)