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