mirror of
https://github.com/tc39/test262.git
synced 2025-09-23 18:18:37 +02:00
Remove no longer needed allow_unused
This commit is contained in:
parent
09761b6c8c
commit
93e9e88a84
@ -1,6 +1,5 @@
|
|||||||
/*---
|
/*---
|
||||||
defines: [runDSTOffsetCachingTestsFraction]
|
defines: [runDSTOffsetCachingTestsFraction]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function runDSTOffsetCachingTestsFraction(part, parts)
|
function runDSTOffsetCachingTestsFraction(part, parts)
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*---
|
/*---
|
||||||
defines: [testJSON, testJSONSyntaxError]
|
defines: [testJSON, testJSONSyntaxError]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function testJSON(str) {
|
function testJSON(str) {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*---
|
/*---
|
||||||
defines: [SOME_PRIMITIVE_VALUES]
|
defines: [SOME_PRIMITIVE_VALUES]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
// List of a few values that are not objects.
|
// List of a few values that are not objects.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*---
|
/*---
|
||||||
defines: [assertSetContainsExactOrderedItems, SetLike, SetIteratorLike, LoggingProxy]
|
defines: [assertSetContainsExactOrderedItems, SetLike, SetIteratorLike, LoggingProxy]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
(function(global) {
|
(function(global) {
|
||||||
// Save the primordial values.
|
// Save the primordial values.
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
defines: [testDestructuringArrayDefault]
|
defines: [testDestructuringArrayDefault]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
(function(global) {
|
(function(global) {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
/*---
|
/*---
|
||||||
defines: [assertIteratorResult, assertIteratorNext, assertIteratorDone]
|
defines: [assertIteratorResult, assertIteratorNext, assertIteratorDone]
|
||||||
allow_unused: True
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function assertIteratorResult(result, value, done) {
|
function assertIteratorResult(result, value, done) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user