Remove duplicated Intl.[[Prototype]] test

This commit is contained in:
Alexey Shvayka 2020-07-23 10:11:53 +03:00
parent aa4fd3fffa
commit f9622ce80b
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
// Copyright 2013 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
es5id: 8.0
description: Tests that Intl has Object.prototype as its prototype.
author: Norbert Lindenberg
---*/
assert.sameValue(Object.getPrototypeOf(Intl), Object.prototype, "Intl doesn't have Object.prototype as its prototype.");