1
0
mirror of https://github.com/tc39/test262.git synced 2025-04-08 19:35:28 +02:00

Fix generated tests

This commit is contained in:
Leo Balter 2018-08-21 16:32:10 -04:00
parent dbcd388154
commit fa36c45083

@ -62,6 +62,8 @@ var obj3 = {
valueOf: function() { return s3; }
};
class C {
[obj1] = 42;
[obj2] = 43;