mirror of https://github.com/tc39/test262.git
Lint fixes
This commit is contained in:
parent
d576baf73f
commit
20e3101105
|
@ -18,7 +18,7 @@ info: |
|
|||
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
||||
...
|
||||
includes: [isConstructor.js, testTypedArray.js]
|
||||
features: [Reflect.construct, arrow-function]
|
||||
features: [Reflect.construct, TypedArray, arrow-function]
|
||||
---*/
|
||||
|
||||
assert.sameValue(isConstructor(TypedArray.from), false, 'isConstructor(TypedArray.from) must return false');
|
||||
|
|
|
@ -18,7 +18,7 @@ info: |
|
|||
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
||||
...
|
||||
includes: [isConstructor.js, testTypedArray.js]
|
||||
features: [Reflect.construct, arrow-function]
|
||||
features: [Reflect.construct, TypedArray, arrow-function]
|
||||
---*/
|
||||
|
||||
assert.sameValue(isConstructor(TypedArray.of), false, 'isConstructor(TypedArray.of) must return false');
|
||||
|
|
Loading…
Reference in New Issue