From 1df51ee19c7e3e7385e290bbf7578592c0168fe2 Mon Sep 17 00:00:00 2001 From: Rick Waldron <waldron.rick@gmail.com> Date: Fri, 8 Sep 2017 12:48:06 -0400 Subject: [PATCH] Lint/test: update multiple includes test --- .../lint/test/fixtures/harness_features_multiple_includes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lint/test/fixtures/harness_features_multiple_includes.js b/tools/lint/test/fixtures/harness_features_multiple_includes.js index c9cabb8d71..81726b80fd 100644 --- a/tools/lint/test/fixtures/harness_features_multiple_includes.js +++ b/tools/lint/test/fixtures/harness_features_multiple_includes.js @@ -1,11 +1,11 @@ -HARNESS_FEATURES - Missing Frontmatter: `features: [TypedArray, template] +HARNESS_FEATURES - Missing Frontmatter: `features: [Symbol.toPrimitive, BigInt] ^ expected errors | v input // Copyright (C) 2017 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-assignment-operators-static-semantics-early-errors description: Minimal test -includes: [testTypedArray.js, compareArray.js] +includes: [typeCoercion.js] ---*/ // empty -- GitLab