Commit f0e720a
authored
test: add EOVERFLOW as an allowed error
in test-fs-read-promises-position-validation.mjs
As stated in #50054
This looks like an oversight as
test-fs-read-position-validation.mjs includes
EOVERFLOW as an allowed error.
Fixes #50054
PR-URL: #50128
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>1 parent 971af4b commit f0e720aCopy full SHA for f0e720a
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-read-promises-position-validation.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-promises-position-validation.mjs+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | | - |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
|
0 commit comments