Skip to content

Commit

Permalink
Rename fixture and change actual test, because an empty "features" li…
Browse files Browse the repository at this point in the history
…st is invalid anyway!
  • Loading branch information
rwaldron committed Sep 8, 2017
1 parent 1df51ee commit e294b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e294b80

Please sign in to comment.