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/regress/regress-84234.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-815.js ('k') | test/mjsunit/regress/regress-85177.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-84234.js
diff --git a/test/mjsunit/regress/regress-84234.js b/test/mjsunit/regress/regress-84234.js
index 6377fb31373b2b376692c085481069980c3a2baf..4a748c35a1c34aeafd48e32608e56712c093c3a3 100644
--- a/test/mjsunit/regress/regress-84234.js
+++ b/test/mjsunit/regress/regress-84234.js
@@ -31,7 +31,7 @@ var gTestcases = new Array();
function TestCase(n, d, e, a) {
gTestcases[gTc++] = this;
- for ( gTc=0; gTc < gTestcases.length; gTc++ );
+ for ( gTc=0; gTc < gTestcases.length; gTc++ ) { }
}
for ( var i = 0x0530; i <= 0x058F; i++ ) {
« no previous file with comments | « test/mjsunit/regress/regress-815.js ('k') | test/mjsunit/regress/regress-85177.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698