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

Unified Diff: test/mjsunit/compiler/regress-lbranch-double.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
Index: test/mjsunit/compiler/regress-lbranch-double.js
diff --git a/test/mjsunit/compiler/regress-lbranch-double.js b/test/mjsunit/compiler/regress-lbranch-double.js
index dca6d5bace7da4c5f8f20c5b6eb4902da243e40d..491883fe0c5b1542f5ef1620bfb94df064ab5f5e 100644
--- a/test/mjsunit/compiler/regress-lbranch-double.js
+++ b/test/mjsunit/compiler/regress-lbranch-double.js
@@ -36,5 +36,5 @@ function foo() {
assertEquals(88, foo());
assertEquals(88, foo());
-%OptimizeFunctionOnNextCall(foo)
+%OptimizeFunctionOnNextCall(foo);
assertEquals(88, foo());
« no previous file with comments | « test/mjsunit/compiler/regress-inline-callfunctionstub.js ('k') | test/mjsunit/compiler/regress-serialized-slots.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698