mirror of https://github.com/tc39/test262.git
Rename fixture and change actual test, because an empty "features" list is invalid anyway!
This commit is contained in:
parent
1df51ee19c
commit
e294b8004d
|
@ -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]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue