summaryrefslogtreecommitdiff
path: root/benchmark/assert
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/assert')
-rw-r--r--benchmark/assert/throws.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/assert/throws.js b/benchmark/assert/throws.js
index bffde7cbc1..2409d19206 100644
--- a/benchmark/assert/throws.js
+++ b/benchmark/assert/throws.js
@@ -26,6 +26,7 @@ function main({ n, method }) {
case 'doesNotThrow':
bench.start();
for (i = 0; i < n; ++i) {
+ // eslint-disable-next-line no-restricted-syntax
assert.doesNotThrow(doesNotThrow);
}
bench.end(n);