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

Unified Diff: test/mjsunit/math-abs.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/limit-locals.js ('k') | test/mjsunit/megamorphic-callbacks.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/math-abs.js
diff --git a/test/mjsunit/math-abs.js b/test/mjsunit/math-abs.js
index 2b079546ea449cd0e0cec490b2f8d6338e41e176..adca655b547aa9f8a50cd522759a7be980051e1b 100644
--- a/test/mjsunit/math-abs.js
+++ b/test/mjsunit/math-abs.js
@@ -107,5 +107,5 @@ for(var i = 0; i < 1000; i++) {
foo(-i);
}
assertEquals(42, foo(-42));
-%OptimizeFunctionOnNextCall(foo)
+%OptimizeFunctionOnNextCall(foo);
assertEquals(42, foo(-42));
« no previous file with comments | « test/mjsunit/limit-locals.js ('k') | test/mjsunit/megamorphic-callbacks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698