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

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: 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/regress/regress-799761.js ('k') | test/mjsunit/regress/regress-84234.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0d1f526a12faf85549b236751a05709a8b89b067 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)
-} catch(e) {
+ o[+o](1, 2, 3);
+} catch (e) {
// It's OK as long as it does not hit an assert.
}
« no previous file with comments | « test/mjsunit/regress/regress-799761.js ('k') | test/mjsunit/regress/regress-84234.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698