diff options
| author | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-08-06 13:29:55 +0000 |
|---|---|---|
| committer | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-08-06 13:29:55 +0000 |
| commit | 9eee4254796df1a34a0452fa91e8ce4e38b6a5bb (patch) | |
| tree | 5a8defbe244fcfc057a48ca4a29a5fbbd84238e4 /llvm/test | |
| parent | 49068a054bda02d4efeb4ef62ffe3de141fef082 (diff) | |
| download | bcm5719-llvm-9eee4254796df1a34a0452fa91e8ce4e38b6a5bb.tar.gz bcm5719-llvm-9eee4254796df1a34a0452fa91e8ce4e38b6a5bb.zip | |
Fixed failing test cases
llvm-svn: 368030
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/tools/yaml2obj/multi-doc.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/yaml2obj/section-size-content.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/yaml2obj/multi-doc.test b/llvm/test/tools/yaml2obj/multi-doc.test index 30e7c1e430d..9d3762b0291 100644 --- a/llvm/test/tools/yaml2obj/multi-doc.test +++ b/llvm/test/tools/yaml2obj/multi-doc.test @@ -16,7 +16,7 @@ # DOC2: Name: _sym2 # DOC3: Name: _sym3 # DOC4: Name: _sym4 -# DOC5: yaml2obj: Cannot find the 5th document +# DOC5: yaml2obj: error: Cannot find the 5th document --- !ELF FileHeader: !FileHeader diff --git a/llvm/test/tools/yaml2obj/section-size-content.yaml b/llvm/test/tools/yaml2obj/section-size-content.yaml index 1c9c00d2e50..b57526abe71 100644 --- a/llvm/test/tools/yaml2obj/section-size-content.yaml +++ b/llvm/test/tools/yaml2obj/section-size-content.yaml @@ -175,4 +175,4 @@ Sections: # ERR2: error: Section size must be greater than or equal to the content size # ERR2-NEXT: - Name: .data # ERR2-NEXT: ^ -# ERR2-NEXT: yaml2obj: Failed to parse YAML file! +# ERR2-NEXT: yaml2obj: error: Failed to parse YAML input! |

