From ba4dca2e9894087d760a608ea7269cb71a095d7d Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Mon, 20 Oct 2014 14:15:01 +0400 Subject: [PATCH] Fixing some tests from internal test suite. --- .../15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js | 2 +- .../15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js index b82521884..b0b42303b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.01/15.08.02.01-004.js @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -asseert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY); +assert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY); diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js index 3e3eff994..46b014b0c 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.11/15.08.02.11-004.js @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -aseert(isNaN(Math.max(NaN))); +assert(isNaN(Math.max(NaN)));