mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue