From 60ebbc4386a9edeb919bd41890b3b3222ad0f93d 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 3cc593ae27f403..9d4cdf9f183f16 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}`