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:
László Langó 2019-12-17 11:42:57 +01:00 committed by Dániel Bátyai
parent b6f2ff1ba7
commit 0428b51e35

View File

@ -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);
}
*/