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 <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
bcoe authored and targos committed May 13, 2020
1 parent a3decf5 commit 6b02359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/util/comparisons.js
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 6b02359

Please sign in to comment.