Skip to content

Commit 9eee425

Browse files
committed
Fixed failing test cases
llvm-svn: 368030
1 parent 49068a0 commit 9eee425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/tools/yaml2obj/multi-doc.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# DOC2: Name: _sym2
1717
# DOC3: Name: _sym3
1818
# DOC4: Name: _sym4
19-
# DOC5: yaml2obj: Cannot find the 5th document
19+
# DOC5: yaml2obj: error: Cannot find the 5th document
2020

2121
--- !ELF
2222
FileHeader: !FileHeader

llvm/test/tools/yaml2obj/section-size-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ Sections:
175175
# ERR2: error: Section size must be greater than or equal to the content size
176176
# ERR2-NEXT: - Name: .data
177177
# ERR2-NEXT: ^
178-
# ERR2-NEXT: yaml2obj: Failed to parse YAML file!
178+
# ERR2-NEXT: yaml2obj: error: Failed to parse YAML input!

0 commit comments

Comments
 (0)