Skip to content

Commit c3f181c

Browse files
committed
[NFC] Fix test comment formatting
This addresses feedback on PR llvm#152531 which I missed before merging. ../llvm/test/tools/llvm-objdump/DXContainer/input-output-signatures.yaml
1 parent d0ee820 commit c3f181c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/tools/llvm-objdump/DXContainer/input-output-signatures.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# RUN: yaml2obj %s -o %t
22
# RUN: llvm-objdump -p %t | FileCheck %s --match-full-lines --strict-whitespace
33

4-
# This test covers llvm-objdump printing private headers for the ISG1, OSG1, and
5-
# PSG1 "parts" of the DX container file format. The test uses a few absurdly
6-
# large values and long string names to ensure that the columns in the printed
7-
# table widen correctly.
4+
## This test covers llvm-objdump printing private headers for the ISG1, OSG1,
5+
## and PSG1 "parts" of the DX container file format. The test uses a few
6+
## absurdly large values and long string names to ensure that the columns in the
7+
## printed table widen correctly.
88

99
--- !dxcontainer
1010
Header:

0 commit comments

Comments
 (0)