From d3c5171efd4a1c606b4b8d9406a66445e5c6cae9 Mon Sep 17 00:00:00 2001 From: rwaldron Date: Tue, 7 Dec 2021 11:00:20 -0500 Subject: [PATCH] chore: remove duplicate test --- test/built-ins/Set/prototype/set-prototype.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/built-ins/Set/prototype/set-prototype.js diff --git a/test/built-ins/Set/prototype/set-prototype.js b/test/built-ins/Set/prototype/set-prototype.js deleted file mode 100644 index 104d859cd4..0000000000 --- a/test/built-ins/Set/prototype/set-prototype.js +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (C) 2015 the V8 project authors. All rights reserved. -// This code is governed by the BSD license found in the LICENSE file. -/*--- -es6id: 23.2.1.1 -description: > - Set ( [ iterable ] ) - - 17 ECMAScript Standard Built-in Objects - -includes: [propertyHelper.js] ----*/ - -verifyNotEnumerable(this, "Set"); -verifyWritable(this, "Set"); -verifyConfigurable(this, "Set");