mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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";
|
||||
|
||||
try {
|
||||
eval("var obj = { get: function (a) { with(a){} } }; ");
|
||||
eval("var obj = { get(a) { with(a){} } }; ");
|
||||
|
||||
return false;
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user