summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/test/mjsunit/regress/regress-220.js
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/test/mjsunit/regress/regress-220.js')
-rw-r--r--V8Binding/v8/test/mjsunit/regress/regress-220.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/V8Binding/v8/test/mjsunit/regress/regress-220.js b/V8Binding/v8/test/mjsunit/regress/regress-220.js
index 416aa41..32c6471 100644
--- a/V8Binding/v8/test/mjsunit/regress/regress-220.js
+++ b/V8Binding/v8/test/mjsunit/regress/regress-220.js
@@ -28,4 +28,4 @@
function foo(f) { eval(f); }
// Ensure that compiling a declaration of a function does not crash.
-foo("function (x) { with ({x: []}) function x(){} }");
+foo("(function (x) { with ({x: []}) function x(){} })");