From a58a3a0ad9302816cfb5a0e2240310d363c60713 Mon Sep 17 00:00:00 2001
From: Dan Ehrenberg <littledan@chromium.org>
Date: Tue, 25 Aug 2015 14:37:37 -0700
Subject: [PATCH] Fix Array.from_arity test

An extra newline in a comment prevented the import from being parsed properly.
---
 test/built-ins/Array/from/Array.from_arity.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/built-ins/Array/from/Array.from_arity.js b/test/built-ins/Array/from/Array.from_arity.js
index 0e5ef26bf8..34dbd155b2 100644
--- a/test/built-ins/Array/from/Array.from_arity.js
+++ b/test/built-ins/Array/from/Array.from_arity.js
@@ -7,7 +7,6 @@ description: >
     The length property of the Array.from method is 1.
 
 info: >
-
     ES6 Section 17:
 
     Unless otherwise specified, the length property of a built-in Function
-- 
GitLab