Skip to content

Commit 9a60220

Browse files
committed
review: fix up comments
1 parent 4fa61af commit 9a60220

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## Check that llvm-objcopy reports a suitable error when it
2-
## encounters an invalid input during reading. The purpose is not to have
3-
## extensive of all read errors, that should be done in DXContainerTest.cpp,
4-
## instead this is a sanity check that the error is produced when using the
5-
## reader in llvm-objcopy.
2+
## encounters an invalid input during reading.
63

74
## We can't have multiple DXIL parts.
85
# RUN: yaml2obj %s --docnum=1 -o %t1
@@ -25,7 +22,7 @@ Parts:
2522
Size: 28
2623
...
2724

28-
## The first part offset is out of file bound.
25+
## The first part offset is out of file bounds.
2926
# RUN: yaml2obj %s --docnum=2 -o %t2
3027
# RUN: not llvm-objcopy %t2 %t2.out 2>&1 | FileCheck %s -DFILE=%t2 --check-prefix=ERROR2
3128

0 commit comments

Comments
 (0)