diff --git a/tools/lint/test/fixtures/harness_features_empty.js b/tools/lint/test/fixtures/harness_features_missing.js
similarity index 79%
rename from tools/lint/test/fixtures/harness_features_empty.js
rename to tools/lint/test/fixtures/harness_features_missing.js
index 2fc5bae129e7d7e4185e57a124b3ae8091e2079c..e2922f2c168bd50a6e3db854934d9d109eaa222a 100644
--- a/tools/lint/test/fixtures/harness_features_empty.js
+++ b/tools/lint/test/fixtures/harness_features_missing.js
@@ -1,11 +1,10 @@
-HARNESS_FEATURES - Missing Frontmatter: `features: [TypedArray]`
+HARNESS_FEATURES - Missing: `features: [TypedArray]`
 ^ 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
-features: []
 includes: [testTypedArray.js]
 ---*/
 
diff --git a/tools/lint/test/fixtures/harness_features_multiple_includes.js b/tools/lint/test/fixtures/harness_features_multiple_includes.js
index 81726b80fd888340eb921c614c9476f952648b01..e21b9c86518b822829728b7f72ba8b2cd21ab2bb 100644
--- a/tools/lint/test/fixtures/harness_features_multiple_includes.js
+++ b/tools/lint/test/fixtures/harness_features_multiple_includes.js
@@ -1,4 +1,4 @@
-HARNESS_FEATURES - Missing Frontmatter: `features: [Symbol.toPrimitive, BigInt]
+HARNESS_FEATURES - Missing: `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.