Re-write test body to match test description

This commit is contained in:
Mike Pennisi 2015-06-17 17:09:33 -04:00
parent fabf5f3320
commit 6231fe20a4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {