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

Unified Diff: test/mjsunit/regress/regress-732.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/regress/regress-732.js
diff --git a/test/mjsunit/regress/regress-732.js b/test/mjsunit/regress/regress-732.js
index 2b02ea637d487a858ef4d6013bce406a00cbc972..8d418eab70c455b4e6384f41531cec10b996db21 100644
--- a/test/mjsunit/regress/regress-732.js
+++ b/test/mjsunit/regress/regress-732.js
@@ -43,4 +43,4 @@ for (var i = 0; i < 10; i++) { ({})[str]; }
// Try getting value back using string and number representations of
// the same index.
-assertEquals(obj[str], obj[idx])
+assertEquals(obj[str], obj[idx]);

Powered by Google App Engine
This is Rietveld 408576698