Index: test/mjsunit/regress/external-and-normal-array-polymorphism.js |
diff --git a/test/mjsunit/regress/external-and-normal-array-polymorphim.js b/test/mjsunit/regress/external-and-normal-array-polymorphism.js |
similarity index 93% |
rename from test/mjsunit/regress/external-and-normal-array-polymorphim.js |
rename to test/mjsunit/regress/external-and-normal-array-polymorphism.js |
index 59fada413c6f4c0e489b13d746a768d5cdac3d9e..0ac1545ca944904618d38f865ec75fec88e2584a 100644 |
--- a/test/mjsunit/regress/external-and-normal-array-polymorphim.js |
+++ b/test/mjsunit/regress/external-and-normal-array-polymorphism.js |
@@ -1,4 +1,4 @@ |
-// Copyright 2010 the V8 project authors. All rights reserved. |
+// Copyright 2013 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -25,8 +25,6 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --compiled_keyed_stores --compiled_transitions |
- |
function store_generator(compare) { |
return function(a,i,v) { |
a[i] = v; |