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

Unified Diff: test/mjsunit/array-slice.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years 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/array-reduce.js ('k') | test/mjsunit/array-sort.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/array-slice.js
diff --git a/test/mjsunit/array-slice.js b/test/mjsunit/array-slice.js
index 5ae31dc5278ec4c90a4166f91030874c8c06663c..b928638fd43ddded7cfa58f1f1c5b39fcdd7af6b 100644
--- a/test/mjsunit/array-slice.js
+++ b/test/mjsunit/array-slice.js
@@ -1,5 +1,5 @@
// Copyright 2010 the V8 project authors. All rights reserved.
-// Redistribution and use in source and binary forms, with or without
+// Redistribution and use in source and binary Forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
@@ -107,7 +107,7 @@
// Nasty: modify the array in ToInteger.
(function() {
var array = [];
- var expected = []
+ var expected = [];
bad_guy = { valueOf: function() { array.push(array.length); return -1; } };
for (var i = 0; i < 13; i++) {
« no previous file with comments | « test/mjsunit/array-reduce.js ('k') | test/mjsunit/array-sort.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698