mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Uncomment some fixed test cases (#3452)
After #3440 the Symbol related test cases runs fine for Arrays, so the TODO had been resolved in that particular test file. JerryScript-DCO-1.0-Signed-off-by: László Langó lango@inf.u-szeged.hu
This commit is contained in:
parent
b6f2ff1ba7
commit
0428b51e35
@ -47,7 +47,6 @@
|
||||
assert (c.g () === 5);
|
||||
assert (c.h () === 5);
|
||||
|
||||
/* TODO: Enable these tests after Symbol has been implemented
|
||||
// Test built-in Array prototype methods
|
||||
var mapped = c.map ((x) => x * 2);
|
||||
isInstanceofArray (mapped);
|
||||
@ -115,4 +114,3 @@
|
||||
} catch (e) {
|
||||
assert (e instanceof TypeError);
|
||||
}
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user