Index: test/mjsunit/regress/regress-crbug-484077.js |
diff --git a/test/mjsunit/regress/regress-450895.js b/test/mjsunit/regress/regress-crbug-484077.js |
similarity index 74% |
copy from test/mjsunit/regress/regress-450895.js |
copy to test/mjsunit/regress/regress-crbug-484077.js |
index 48aa00d956c6f84fdcfe2e02cfc286c0f07180ba..26fa7a2d43a39f8864726b75eee94eee6a1891c4 100644 |
--- a/test/mjsunit/regress/regress-450895.js |
+++ b/test/mjsunit/regress/regress-crbug-484077.js |
@@ -4,6 +4,4 @@ |
// Flags: --allow-natives-syntax |
-var v = new Array(); |
-Object.freeze(v); |
-v = v.concat(0.5); |
+assertEquals("", %FunctionGetInferredName((function(){}).bind({}))); |