Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/displaynames/constructor.js')
-rw-r--r--deps/v8/test/intl/displaynames/constructor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/test/intl/displaynames/constructor.js b/deps/v8/test/intl/displaynames/constructor.js
index c86fa479feb..2dc72e63ceb 100644
--- a/deps/v8/test/intl/displaynames/constructor.js
+++ b/deps/v8/test/intl/displaynames/constructor.js
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-intl-displaynames
// DisplayNames constructor can't be called as function.
assertThrows(() => Intl.DisplayNames('sr'), TypeError);