mirror of https://github.com/tc39/test262.git
Remove leftover "includes: [runTestCase.js]"
This commit is contained in:
parent
a2554d909b
commit
f74b1cb02c
|
@ -5,7 +5,6 @@
|
||||||
es6id: 22.1.2.1_T1
|
es6id: 22.1.2.1_T1
|
||||||
description: Testing Array.from when passed a String
|
description: Testing Array.from when passed a String
|
||||||
author: Hank Yates (hankyates@gmail.com)
|
author: Hank Yates (hankyates@gmail.com)
|
||||||
includes: [runTestCase.js]
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var arrLikeSource = 'Test';
|
var arrLikeSource = 'Test';
|
||||||
|
|
Loading…
Reference in New Issue