Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: test/mjsunit/regress/external-and-normal-array-polymorphism.js

Issue 12872007: Remove bogus test flags (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: New version Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/regress/external-and-normal-array-polymorphim.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « test/mjsunit/regress/external-and-normal-array-polymorphim.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698