Skip to content

Commit 57d3960

Browse files
committed
review: fix up test comments
1 parent 07d1d6a commit 57d3960

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

llvm/test/tools/llvm-objcopy/DXContainer/basic-remove.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Header:
2525
Minor: 0
2626
## FileSize = 1984 - 24 (RTS0 content) - 4 (1 part offset) - 8 (1 part header)
2727
## = 1948
28-
## CHECK: FileSize: 1948
28+
# CHECK: FileSize: 1948
2929
FileSize: 1984
30-
## CHECK: PartCount: 6
30+
# CHECK: PartCount: 6
3131
PartCount: 7
3232
PartOffsets: [ 60, 1792, 1808, 1836, 1852, 1868, 1900 ]
3333
Parts:
34-
## CHECK-NOT: RTS0
34+
# CHECK-NOT: RTS0
3535
- Name: DXIL
3636
Size: 1724
3737
Program:

llvm/test/tools/llvm-objcopy/DXContainer/headers-remove.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Header:
1212
Version:
1313
Major: 1
1414
Minor: 0
15-
## FileSize = 1996 - 8 (FKE0 content) - 1688 (FKE4 content)
15+
## FileSize = 1996 - 8 (FKE1 content) - 1688 (FKE4 content)
1616
## - 8 (2 part offsets) - 16 (2 part headers)
1717
## = 276
18-
## CHECK: FileSize: 276
18+
# CHECK: FileSize: 276
1919
FileSize: 1996
20-
## CHECK: PartCount: 5
20+
# CHECK: PartCount: 5
2121
PartCount: 7
22-
## CHECK: PartOffsets: [ 52, 68, 84, 212, 240 ]
22+
# CHECK: PartOffsets: [ 52, 68, 84, 212, 240 ]
2323
PartOffsets: [ 60, 76, 92, 108, 236, 1932, 1960 ]
2424
Parts:
25-
## CHECK-NOT: FKE1
26-
## CHECK-NOT: FKE4
25+
# CHECK-NOT: FKE1
26+
# CHECK-NOT: FKE4
2727
- Name: FKE0
2828
Size: 8
2929
- Name: FKE1

0 commit comments

Comments
 (0)