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

Unified Diff: test/mjsunit/try.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/top-level-assignments.js ('k') | test/mjsunit/try-finally-nested.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/try.js
diff --git a/test/mjsunit/try.js b/test/mjsunit/try.js
index 86afdf7f0841b31aa664542f3d535ec187a5f228..36c23c264f5f2aef84b79b7a28951a2395a21e2d 100644
--- a/test/mjsunit/try.js
+++ b/test/mjsunit/try.js
@@ -38,7 +38,7 @@ function CatchReturn(f, g) {
}
-var a = [Catch, CatchReturn]
+var a = [Catch, CatchReturn];
for (var n in a) {
var c = a[n];
assertEquals(1, c(function() { return 1; }));
« no previous file with comments | « test/mjsunit/top-level-assignments.js ('k') | test/mjsunit/try-finally-nested.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698