mirror of https://github.com/tc39/test262.git
Fixed a comment in an IE Tester Center test case.
This commit is contained in:
parent
c98e2f253b
commit
5892707de0
|
@ -45,7 +45,7 @@ test: function testcase() {
|
|||
}
|
||||
} finally {
|
||||
if (desc) Object.defineProperty(JSON, 'stringify', desc)
|
||||
else JSON.stringify = o /* this branch screws up the attributes */;
|
||||
else JSON.stringify = o /* this branch messes up the attributes */;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue