mirror of https://github.com/tc39/test262.git
Remove duplicated Intl.[[Prototype]] test
This commit is contained in:
parent
aa4fd3fffa
commit
f9622ce80b
|
@ -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.");
|
Loading…
Reference in New Issue