Index: test/mjsunit/regress/regress-crbug-265369.js |
diff --git a/test/mjsunit/regress/regress-crbug-173974.js b/test/mjsunit/regress/regress-crbug-265369.js |
similarity index 94% |
copy from test/mjsunit/regress/regress-crbug-173974.js |
copy to test/mjsunit/regress/regress-crbug-265369.js |
index 905bd6058a0ad0fe2ebe10e4c7dafbe9945cbe3b..4d4883b2e756cbf39f941c50dc55c4feeefd6e8d 100644 |
--- a/test/mjsunit/regress/regress-crbug-173974.js |
+++ b/test/mjsunit/regress/regress-crbug-265369.js |
@@ -27,10 +27,6 @@ |
// Flags: --allow-natives-syntax |
-function f() { |
- var count = ""; |
- count[0] --; |
-} |
-f(); |
-%OptimizeFunctionOnNextCall(f); |
-f(); |
+%Apply(function(){}, null, {}, -1, 0); |
+%Apply(function(){}, null, {}, 0, -1); |
+ |