Fix generated tests

This commit is contained in:
Leo Balter 2018-08-21 16:32:10 -04:00
parent dbcd388154
commit fa36c45083
1 changed files with 2 additions and 0 deletions

View File

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