Unreviewed gardening.
* js/script-tests/array-length-shortening.js: Unskip, r182058 fixed it.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@182070 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e73893f..35e1010 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-27 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed gardening.
+
+ * js/script-tests/array-length-shortening.js: Unskip, r182058 fixed it.
+
2015-03-27 Said Abou-Hallawa <sabouhallawa@apple.com>
FEMorphology::platformApplyGeneric() should bail out if the radius is less than or equal to zero.
diff --git a/LayoutTests/js/script-tests/array-length-shortening.js b/LayoutTests/js/script-tests/array-length-shortening.js
index 1a4cd8b..74b821a 100644
--- a/LayoutTests/js/script-tests/array-length-shortening.js
+++ b/LayoutTests/js/script-tests/array-length-shortening.js
@@ -1,6 +1,3 @@
-// [ARM] REGRESSION(181077): jsc-layout-tests.yaml/js/script-tests/array-length-shortening.js fails on AArch64
-// https://bugs.webkit.org/show_bug.cgi?id=142575
-//@ skip if $architecture == "arm64"
description(
"Tests array length shortening."
);