blob: 647c4865ec97c0fc6e84056839ac5096ce086478 [file] [log] [blame]
Andrew Top63c7ad42019-11-25 16:10:13 -08001// Copyright 2018 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5assertThrows(() => new Intl.Locale(''), RangeError);