Remove '<' from test for better yam2obj input consumption
authorjasonliu <jasonliu.development@gmail.com>
Mon, 13 Apr 2020 21:39:10 +0000 (21:39 +0000)
committerjasonliu <jasonliu.development@gmail.com>
Mon, 13 Apr 2020 21:42:30 +0000 (21:42 +0000)
Address post-commit comment:
https://reviews.llvm.org/D77580#inline-713676

yaml2obj does not record the source filename in the output,
 which may make FileCheck tests brittle sometimes.

llvm/test/tools/llvm-objdump/MachO/disassemble-relocs-data-x86_64.test

index 47dac85..4a58886 100644 (file)
@@ -1,5 +1,5 @@
 # REQUIRES: x86-registered-target
-# RUN: yaml2obj %s -o %t.o
+# RUN: yaml2obj %s -o %t.o
 # RUN: llvm-objdump -D -r %t.o | FileCheck %s
 
 ## The yaml file below is generated by the following C code: