Bug 1339395 - Part 6: Update jit-tests now that object rest/spread properties are a thing. r=shu

--HG--
extra : rebase_source : b74c267295c836c13352e9d8d403f551883d047f
This commit is contained in:
André Bargull 2017-05-04 05:05:39 -07:00
Родитель ed0327889b
Коммит 4dd3aab942
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -39,7 +39,7 @@ testThrow(`
testThrow(` testThrow(`
({...a)=> ({...a)=>
`, 2); `, 6);
testThrow(` testThrow(`
function f([... ...a)=> function f([... ...a)=>
@ -47,7 +47,7 @@ function f([... ...a)=>
testThrow(` testThrow(`
function f({...a)=> function f({...a)=>
`, 12); `, 16);
// arrow // arrow
@ -67,7 +67,7 @@ var [... ...a)=>
testThrow(` testThrow(`
var {...a)=> var {...a)=>
`, 5); `, 9);
// initializer // initializer