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

Unified Diff: test/mjsunit/indexed-value-properties.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
Index: test/mjsunit/indexed-value-properties.js
diff --git a/test/mjsunit/indexed-value-properties.js b/test/mjsunit/indexed-value-properties.js
index 92bb896eaf53aae187a3dafb2fbd11b4376d170f..413cf3a0dec4fa751258bf7836cbeeff2bdd9e1b 100644
--- a/test/mjsunit/indexed-value-properties.js
+++ b/test/mjsunit/indexed-value-properties.js
@@ -28,7 +28,7 @@
// Test that the Number, String and Boolean prototypes are searched
// for indexed properties on value objects.
-function return_one() { return 1; };
+function return_one() { return 1; }
function test(value) {
for (var i = 0; i < 10; i++) {

Powered by Google App Engine
This is Rietveld 408576698