Skip to content

Commit 6b02359

Browse files
bcoetargos
authored andcommitted
test: update c8 ignore comment
PR-URL: #33151 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent a3decf5 commit 6b02359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/util/comparisons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function isIdenticalTypedArrayType(a, b) {
147147
return check(b);
148148
}
149149
}
150-
/* c8 ignore next */
150+
/* c8 ignore next 4 */
151151
assert.fail(
152152
`Unknown TypedArray type checking ${a[SymbolToStringTag]} ${a}\n` +
153153
`and ${b[SymbolToStringTag]} ${b}`

0 commit comments

Comments
 (0)