Skip to content

Commit 07d1d6a

Browse files
committed
review: apply suggestions from the boilerplate pr here
1 parent 21339f5 commit 07d1d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Tests that the RTS0 (root signature) part is correctly removed from the
2-
## copied DXContainer
2+
## copied DXContainer.
33

44
# RUN: yaml2obj %s -o %t
55
# RUN: llvm-objcopy --remove-section=RTS0 %t %t.out

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Tests that the copied DXContainer correctly has the specified headers
2-
## removed
2+
## removed.
33

44
# RUN: yaml2obj %s -o %t
55
# RUN: llvm-objcopy --remove-section=FKE1 --remove-section=FKE4 %t %t.out

0 commit comments

Comments
 (0)