diff --git a/test/intl402/DisplayNames/locales-length-poison-throws.js b/test/intl402/DisplayNames/locales-length-poison-throws.js index fa6edb2c28..b3d657b2cb 100644 --- a/test/intl402/DisplayNames/locales-length-poison-throws.js +++ b/test/intl402/DisplayNames/locales-length-poison-throws.js @@ -24,7 +24,7 @@ info: | 4. Else, a. Let O be ? ToObject(locales). 5. Let len be ? ToLength(? Get(O, "length")). -features: [Intl.DisplayNames, Symbol] +features: [Intl.DisplayNames] ---*/ var locales = {}; diff --git a/test/intl402/DisplayNames/options-fallback-abrupt-throws.js b/test/intl402/DisplayNames/options-fallback-abrupt-throws.js index c049809f91..b034f578da 100644 --- a/test/intl402/DisplayNames/options-fallback-abrupt-throws.js +++ b/test/intl402/DisplayNames/options-fallback-abrupt-throws.js @@ -24,7 +24,7 @@ info: | 1. Let value be ? Get(options, property). ... -features: [Intl.DisplayNames, Symbol] +features: [Intl.DisplayNames] locale: [en] ---*/