From 6d656c9691d4139a00566125c6de45814a30565c Mon Sep 17 00:00:00 2001 From: Georgii Rymar Date: Wed, 28 Oct 2020 16:17:46 +0300 Subject: [PATCH] [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 --- llvm/test/tools/yaml2obj/Archives/regular.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/yaml2obj/Archives/regular.yaml b/llvm/test/tools/yaml2obj/Archives/regular.yaml index 29b0cb5..6ab2b67 100644 --- a/llvm/test/tools/yaml2obj/Archives/regular.yaml +++ b/llvm/test/tools/yaml2obj/Archives/regular.yaml @@ -24,7 +24,7 @@ Members: [[MEMBERS=]] # 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 "!\n"). -- 2.7.4