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)));