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

Unified Diff: test/mjsunit/arguments-escape.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/arguments-enum.js ('k') | test/mjsunit/arguments-read-and-assignment.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/arguments-escape.js
diff --git a/test/mjsunit/arguments-escape.js b/test/mjsunit/arguments-escape.js
index 042100cf8dae6da02e1dd312e5a6194e53c42741..3fe1ee521031423f4b9386e31b9a0c4aa65d5926 100644
--- a/test/mjsunit/arguments-escape.js
+++ b/test/mjsunit/arguments-escape.js
@@ -30,7 +30,7 @@ function foo(x) {
function bar(i) {
assertEquals(i, ++a[0]);
assertEquals(i, x);
- };
+ }
bar(1);
bar(2);
bar(3);
@@ -47,7 +47,7 @@ function foo2(x) {
function bar2(i) {
assertEquals(i, ++a[0]);
assertEquals(i, x);
- };
+ }
bar2(1.5);
bar2(2.5);
bar2(3.5);
« no previous file with comments | « test/mjsunit/arguments-enum.js ('k') | test/mjsunit/arguments-read-and-assignment.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698