[llvm] [SystemZ][z/OS] yaml2obj for header and end records (PR #73859)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 12:54:33 PST 2023
================
@@ -1,18 +1,19 @@
# RUN: yaml2obj %s | od -v -An -tx1 | FileCheck --ignore-case %s
-# Verify that GOFF Header is correct.
+## Verify that GOFF Header is correct.
# CHECK: 03 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
----------------
jh7370 wrote:
Nit: it's common to add some extra whitespace between `CHECK:` and the check pattern, to make the pattern line up with the following lines. Applies to both tests.
https://github.com/llvm/llvm-project/pull/73859
More information about the llvm-commits
mailing list