mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
Re-write test body to match test description
This commit is contained in:
parent
fabf5f3320
commit
6231fe20a4
@ -17,7 +17,7 @@ function testcase() {
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
eval("var obj = { get: function (a) { with(a){} } }; ");
|
eval("var obj = { get(a) { with(a){} } }; ");
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user