1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[yaml2obj][test] - Try to fix Archives/regular.yaml to fix BB.

It was added in D89949.

FreeBSD bot fails: http://lab.llvm.org:8011/#/builders/28/builds/547
This commit is contained in:
Georgii Rymar 2020-10-28 16:17:46 +03:00
parent ee39116789
commit cb6a129787

View File

@ -24,7 +24,7 @@ Members: [[MEMBERS=<none>]]
# RUN: yaml2obj --docnum=1 -DCONTENT="12" %s -o %t.content.a
# RUN: od -t x1 -v %t.content.a | FileCheck %s --ignore-case --check-prefix=CONTENT
# CONTENT: 21 3c 61 72 63 68 3e 0a 12{{$}}
# CONTENT: 21 3c 61 72 63 68 3e 0a 12
## Check we can specify magic bytes of size greater than the normal size (size of "!<arch>\n").