From 104a134bc278c698e94fa7bd664bc45e398bf84d Mon Sep 17 00:00:00 2001 From: Rick Waldron <waldron.rick@gmail.com> Date: Mon, 22 Feb 2016 16:41:45 -0500 Subject: [PATCH] restore "info" --- test/built-ins/Math/pow/length.js | 2 ++ test/built-ins/Math/pow/name.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/built-ins/Math/pow/length.js b/test/built-ins/Math/pow/length.js index 2efb032171..6ce591ca20 100755 --- a/test/built-ins/Math/pow/length.js +++ b/test/built-ins/Math/pow/length.js @@ -5,6 +5,8 @@ esid: sec-math.pow description: > Math.pow.length is 2. +info: > + Math.pow ( x, y ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, has a length diff --git a/test/built-ins/Math/pow/name.js b/test/built-ins/Math/pow/name.js index ff3a8f1b90..c2487b9730 100755 --- a/test/built-ins/Math/pow/name.js +++ b/test/built-ins/Math/pow/name.js @@ -5,6 +5,8 @@ esid: sec-math.pow description: > Math.pow.name is "pow". +info: > + Math.pow ( x, y ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, that is not -- GitLab