From 4f8ee98d261a12fcb7162ff94dfcac824e921160 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Thu, 13 Aug 2020 18:07:12 -0700 Subject: [PATCH] Remove Unused include: "propertyHelper.js" --- test/intl402/Segmenter/prototype/segment/containing/branding.js | 1 - .../Segmenter/prototype/segment/containing/breakable-input.js | 1 - .../Segmenter/prototype/segment/containing/index-throws.js | 1 - .../Segmenter/prototype/segment/containing/iswordlike.js | 2 -- .../intl402/Segmenter/prototype/segment/containing/one-index.js | 1 - .../prototype/segment/containing/out-of-bound-index.js | 1 - .../Segmenter/prototype/segment/containing/unbreakable-input.js | 1 - .../Segmenter/prototype/segment/containing/word-iswordlike.js | 2 -- .../Segmenter/prototype/segment/containing/zero-index.js | 1 - 9 files changed, 11 deletions(-) diff --git a/test/intl402/Segmenter/prototype/segment/containing/branding.js b/test/intl402/Segmenter/prototype/segment/containing/branding.js index 7cbc452df4..2f1ddf4c9f 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/branding.js +++ b/test/intl402/Segmenter/prototype/segment/containing/branding.js @@ -9,7 +9,6 @@ info: | Every built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, this value is the name that is given to the function in this specification. Unless otherwise specified, the name property of a built-in function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ const segment = (new Intl.Segmenter()).segment("123"); diff --git a/test/intl402/Segmenter/prototype/segment/containing/breakable-input.js b/test/intl402/Segmenter/prototype/segment/containing/breakable-input.js index cbc0fe8cba..9cac0dd2de 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/breakable-input.js +++ b/test/intl402/Segmenter/prototype/segment/containing/breakable-input.js @@ -9,7 +9,6 @@ info: | 8. Let startIndex be ! FindBoundary(segmenter, string, n, before). 9. Let endIndex be ! FindBoundary(segmenter, string, n, after). -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/index-throws.js b/test/intl402/Segmenter/prototype/segment/containing/index-throws.js index 9cdb5d82b1..ac1ac6ef11 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/index-throws.js +++ b/test/intl402/Segmenter/prototype/segment/containing/index-throws.js @@ -17,7 +17,6 @@ info: | Symbol | Throw a TypeError exception. BigInt | Throw a TypeError exception. -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/iswordlike.js b/test/intl402/Segmenter/prototype/segment/containing/iswordlike.js index ae30b1a58a..a0b2627bb6 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/iswordlike.js +++ b/test/intl402/Segmenter/prototype/segment/containing/iswordlike.js @@ -13,8 +13,6 @@ info: | a. Let isWordLike be a Boolean value indicating whether the segment in string is "word-like" according to locale segmenter.[[Locale]]. b. Perform ! CreateDataPropertyOrThrow(result, "isWordLike", isWordLike). - -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/one-index.js b/test/intl402/Segmenter/prototype/segment/containing/one-index.js index 645c4188ed..1a103f51ab 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/one-index.js +++ b/test/intl402/Segmenter/prototype/segment/containing/one-index.js @@ -22,7 +22,6 @@ info: | Null | Return +0. Boolean | If argument is true, return 1. If argument is false, return +0. -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/out-of-bound-index.js b/test/intl402/Segmenter/prototype/segment/containing/out-of-bound-index.js index ad4629891b..7365648d5e 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/out-of-bound-index.js +++ b/test/intl402/Segmenter/prototype/segment/containing/out-of-bound-index.js @@ -20,7 +20,6 @@ info: | ToNumber ( argument ) String | See grammar and conversion algorithm below. -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/unbreakable-input.js b/test/intl402/Segmenter/prototype/segment/containing/unbreakable-input.js index f079c56a77..58414d3db7 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/unbreakable-input.js +++ b/test/intl402/Segmenter/prototype/segment/containing/unbreakable-input.js @@ -9,7 +9,6 @@ info: | 8. Let startIndex be ! FindBoundary(segmenter, string, n, before). 9. Let endIndex be ! FindBoundary(segmenter, string, n, after). -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/word-iswordlike.js b/test/intl402/Segmenter/prototype/segment/containing/word-iswordlike.js index fef4de94e6..3ed5dab23d 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/word-iswordlike.js +++ b/test/intl402/Segmenter/prototype/segment/containing/word-iswordlike.js @@ -13,8 +13,6 @@ info: | a. Let isWordLike be a Boolean value indicating whether the segment in string is "word-like" according to locale segmenter.[[Locale]]. b. Perform ! CreateDataPropertyOrThrow(result, "isWordLike", isWordLike). - -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/ diff --git a/test/intl402/Segmenter/prototype/segment/containing/zero-index.js b/test/intl402/Segmenter/prototype/segment/containing/zero-index.js index b0824a4ce7..ef9f69c1df 100644 --- a/test/intl402/Segmenter/prototype/segment/containing/zero-index.js +++ b/test/intl402/Segmenter/prototype/segment/containing/zero-index.js @@ -22,7 +22,6 @@ info: | Null | Return +0. Boolean | If argument is true, return 1. If argument is false, return +0. -includes: [propertyHelper.js] features: [Intl.Segmenter] ---*/