mirror of
https://github.com/tc39/test262.git
synced 2025-07-12 16:44:49 +02:00
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 {
|
} finally {
|
||||||
if (desc) Object.defineProperty(JSON, 'stringify', desc)
|
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…
x
Reference in New Issue
Block a user