Skip to content
Snippets Groups Projects
Commit 6231fe20 authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Re-write test body to match test description

parent fabf5f33
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment