Rename fixture and change actual test, because an empty "features" list is invalid anyway!

This commit is contained in:
Rick Waldron 2017-09-08 12:58:11 -04:00
parent 1df51ee19c
commit e294b8004d
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
HARNESS_FEATURES - Missing Frontmatter: `features: [TypedArray]` HARNESS_FEATURES - Missing: `features: [TypedArray]`
^ expected errors | v input ^ expected errors | v input
// Copyright (C) 2017 Rick Waldron. All rights reserved. // Copyright (C) 2017 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-assignment-operators-static-semantics-early-errors esid: sec-assignment-operators-static-semantics-early-errors
description: Minimal test description: Minimal test
features: []
includes: [testTypedArray.js] includes: [testTypedArray.js]
---*/ ---*/

View File

@ -1,4 +1,4 @@
HARNESS_FEATURES - Missing Frontmatter: `features: [Symbol.toPrimitive, BigInt] HARNESS_FEATURES - Missing: `features: [Symbol.toPrimitive, BigInt]`
^ expected errors | v input ^ expected errors | v input
// Copyright (C) 2017 Rick Waldron. All rights reserved. // Copyright (C) 2017 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.