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

Unified Diff: test/mjsunit/regress/regress-815.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/regress/regress-815.js
diff --git a/test/mjsunit/regress/regress-815.js b/test/mjsunit/regress/regress-815.js
index 803c0fb302721eb7f5fbb280aaf84ba09d17e5e7..1154e13bb74690f3d5b655137e3f27945683562d 100644
--- a/test/mjsunit/regress/regress-815.js
+++ b/test/mjsunit/regress/regress-815.js
@@ -43,7 +43,7 @@ for (a[+o] in o) {}
// The receiver in an obj[index](1, 2, 3) call:
try {
- o[+o](1,2,3)
+ o[+o](1,2,3);
Rico 2011/12/08 10:24:37 spaces after ,
} catch(e) {
// It's OK as long as it does not hit an assert.
}

Powered by Google App Engine
This is Rietveld 408576698