From 6b02359dbf2002d4457c25841ff4feefa706c956 Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 29 Apr 2020 17:00:06 -0700 Subject: [PATCH] test: update c8 ignore comment PR-URL: https://github.com/nodejs/node/pull/33151 Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater --- lib/internal/util/comparisons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/util/comparisons.js b/lib/internal/util/comparisons.js index 1598e7f9136ace..c8e277abb747ee 100644 --- a/lib/internal/util/comparisons.js +++ b/lib/internal/util/comparisons.js @@ -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}`