From 03df80efe0a271a14d29d5d06e7f7cc1b04a8c51 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Thu, 16 Oct 2014 21:46:37 +0400 Subject: [PATCH] Fixing a test from internal test suite. --- tests/jerry-test-suite/11/11.06/11.06.03/11.06.03-012.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)