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

Unified Diff: test/mjsunit/compiler/call-keyed.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/compiler/call-keyed.js
diff --git a/test/mjsunit/compiler/call-keyed.js b/test/mjsunit/compiler/call-keyed.js
index d44221286c1cbd9f763cd93099a348c3022fa3bf..a08250bd30fa4c31996a21e346ad3d770ed43e26 100644
--- a/test/mjsunit/compiler/call-keyed.js
+++ b/test/mjsunit/compiler/call-keyed.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-A = {}
+A = {};
A.i = [];
A.i.push(function () { });
A.i.push(function () { });

Powered by Google App Engine
This is Rietveld 408576698