Skip to content

Commit

Permalink
test: update c8 ignore comment
Browse files Browse the repository at this point in the history
PR-URL: #33151
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
bcoe authored and targos committed May 7, 2020
1 parent 868d49b commit 4bcc8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/util/comparisons.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function isIdenticalTypedArrayType(a, b) {
return check(b);
}
}
/* c8 ignore next */
/* c8 ignore next 4 */
assert.fail(
`Unknown TypedArray type checking ${a[SymbolToStringTag]} ${a}\n` +
`and ${b[SymbolToStringTag]} ${b}`
Expand Down

0 comments on commit 4bcc8af

Please sign in to comment.