From 1142ebee09e41e9bd1a80da7304d61b48a1c3632 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Tue, 27 Jul 2021 17:37:22 -0400 Subject: [PATCH] Remove extraneous feature flag --- test/intl402/DisplayNames/locales-length-poison-throws.js | 2 +- test/intl402/DisplayNames/options-fallback-abrupt-throws.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] ---*/