From 182e0dee7b3d1d86063f14901dcd281fff11f3ce Mon Sep 17 00:00:00 2001 From: "K. Adam White" <kadamwhite@users.noreply.github.com> Date: Thu, 19 Jan 2017 14:38:55 -0500 Subject: [PATCH] Remove es6id line per PR review --- test/built-ins/Number/prototype/toFixed/return-type.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/built-ins/Number/prototype/toFixed/return-type.js b/test/built-ins/Number/prototype/toFixed/return-type.js index d89755ce50..9bbfeeb868 100644 --- a/test/built-ins/Number/prototype/toFixed/return-type.js +++ b/test/built-ins/Number/prototype/toFixed/return-type.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 20.1.3.3 esid: sec-number.prototype.tofixed description: > Number.prototype.toFixed returns a string value -- GitLab