diff --git a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js index fd62d3a0a..6a7f1fe6b 100644 --- a/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js +++ b/tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -assertf(-Number.MAX_VALUE - Number.MAX_VALUE === -Infinity) \ No newline at end of file +assert(-Number.MAX_VALUE - Number.MAX_VALUE === -Infinity)