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

Unified Diff: test/mjsunit/function-call.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/function-bind.js ('k') | test/mjsunit/function-property.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/function-call.js
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js
index 06479ad4e826a3e94f40770f2d965d367197c81d..a288951b4d80539e5fd67ec6a289a70c0049e680 100644
--- a/test/mjsunit/function-call.js
+++ b/test/mjsunit/function-call.js
@@ -353,7 +353,7 @@ for (var j = 0; j < reducing_functions.length; j++) {
// Object.prototype.toString()
assertEquals(Object.prototype.toString.call(null),
- '[object Null]')
+ '[object Null]');
assertEquals(Object.prototype.toString.call(undefined),
- '[object Undefined]')
+ '[object Undefined]');
« no previous file with comments | « test/mjsunit/function-bind.js ('k') | test/mjsunit/function-property.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698