[yaml2obj][test] - Try to fix Archives/regular.yaml to fix BB.
authorGeorgii Rymar <grimar@accesssoftek.com>
Wed, 28 Oct 2020 13:17:46 +0000 (16:17 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Wed, 28 Oct 2020 13:20:52 +0000 (16:20 +0300)
It was added in D89949.

FreeBSD bot fails: http://lab.llvm.org:8011/#/builders/28/builds/547

llvm/test/tools/yaml2obj/Archives/regular.yaml

index 29b0cb5..6ab2b67 100644 (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").