Uncomment super increment expression set tests (#7721)
This was failing because of the bugs fixed by #7687.
This commit is contained in:
@@ -11,5 +11,4 @@ Object.setPrototypeOf(obj, Base);
|
||||
|
||||
assert.strictEqual(obj.bar(), 1);
|
||||
assert.strictEqual(Base.test, '1');
|
||||
// TODO(jridgewell): Post #7687, uncomment this.
|
||||
// assert.strictEqual(obj.test, 2);
|
||||
assert.strictEqual(obj.test, 2);
|
||||
|
||||
@@ -11,5 +11,4 @@ Object.setPrototypeOf(obj, Base);
|
||||
|
||||
assert.strictEqual(obj.bar(), 2);
|
||||
assert.strictEqual(Base.test, '1');
|
||||
// TODO(jridgewell): Post #7687, uncomment this.
|
||||
// assert.strictEqual(obj.test, 2);
|
||||
assert.strictEqual(obj.test, 2);
|
||||
|
||||
Reference in New Issue
Block a user